fix :client:run

This commit is contained in:
Quentin Legot 2021-12-09 21:24:51 +01:00
parent 681e8b798f
commit a4e1831052

View File

@ -25,6 +25,7 @@ javafx {
application {
// Define the main class for the application.
mainClassName = 'fr.lnl.game.client.App'
mainModule = "client"
}
run {