8 lines
183 B
Groovy
8 lines
183 B
Groovy
rootProject.name = 'EntityLib'
|
|
//include 'test-plugin'
|
|
include 'api'
|
|
include 'platforms:spigot'
|
|
findProject(':platforms:spigot')?.name = 'spigot'
|
|
include 'common'
|
|
include 'code-gen'
|
|
|