diff --git a/client/build.gradle b/client/build.gradle index f58b625..901cb24 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -25,6 +25,7 @@ javafx { application { // Define the main class for the application. mainClassName = 'fr.lnl.game.client.App' + mainModule = "client" } run {