EntityLib/settings.gradle
2024-02-21 15:00:10 +04:00

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'
}