14 lines
216 B
Groovy
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'
|
|
}
|
|
|