/* * This file was generated by the Gradle 'init' task. */ plugins { id 'fr.lnl.game.java-application-conventions' id 'org.openjfx.javafxplugin' version '0.0.10' } dependencies { implementation project(':server') } javafx { version = "16" modules = [ 'javafx.controls', 'javafx.graphics' ] } application { // Define the main class for the application. mainClass = 'fr.lnl.game.client.App' }