mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
4 lines
112 B
Kotlin
4 lines
112 B
Kotlin
rootProject.name = "CustomAnvil"
|
|
|
|
include("nms:nms-common")
|
|
findProject(":nms:nms-common")?.name = "nms-common"
|