turn-based-strategy-game/server/build.gradle
2021-10-17 16:27:25 +02:00

14 lines
216 B
Groovy

/*
* This file was generated by the Gradle 'init' task.
*/
plugins {
id 'application'
id 'fr.lnl.game.java-library-conventions'
}
application {
mainClassName = 'fr.lnl.game.server.games.grid.Grid'
}