11 lines
No EOL
265 B
Groovy
11 lines
No EOL
265 B
Groovy
rootProject.name = 'EntityLib'
|
|
//include 'test-plugin'
|
|
include 'api'
|
|
include 'platforms:spigot'
|
|
findProject(':platforms:spigot')?.name = 'spigot'
|
|
include 'common'
|
|
include 'code-gen'
|
|
|
|
if (!Boolean.parseBoolean(System.getenv("JITPACK"))) {
|
|
include 'test-plugin'
|
|
} |