ShopChest-Updated/settings.gradle
2023-04-24 03:12:22 +02:00

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")