From a4e1831052c568f7f4de109219bb58456d99aecf Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Thu, 9 Dec 2021 21:24:51 +0100 Subject: [PATCH] fix :client:run --- client/build.gradle | 1 + 1 file changed, 1 insertion(+) 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 {