mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2025-02-17 14:01:19 +01:00
12 lines
270 B
Groovy
12 lines
270 B
Groovy
rootProject.name = 'shopchest'
|
|
|
|
include(":common")
|
|
include(":external")
|
|
|
|
["interface",
|
|
// TODO Add the reflection implementation
|
|
//"reflection",
|
|
"v1_17_R1", "v1_17_R2", "v1_18_R1", "v1_18_R2", "v1_19_R1", "v1_19_R2"
|
|
].forEach {include(":nms:$it")}
|
|
|
|
include(":plugin") |