12 lines
333 B
Groovy
12 lines
333 B
Groovy
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*/
|
|
|
|
plugins {
|
|
// Apply the common convention plugin for shared build configuration between library and application projects.
|
|
id 'fr.lnl.game.java-common-conventions'
|
|
|
|
// Apply the java-library plugin for API and implementation separation.
|
|
id 'java-library'
|
|
}
|