turn-based-strategy-game/server/build.gradle

14 lines
216 B
Groovy
Raw Normal View History

/*
* This file was generated by the Gradle 'init' task.
*/
plugins {
2021-10-17 16:27:25 +02:00
id 'application'
id 'fr.lnl.game.java-library-conventions'
}
2021-10-17 16:27:25 +02:00
application {
mainClassName = 'fr.lnl.game.server.games.grid.Grid'
}