mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
update gradle scripts
This commit is contained in:
@@ -10,7 +10,7 @@ pluginManagement {
|
||||
|
||||
rootProject.name = "DivineMC"
|
||||
|
||||
for (name in listOf("DivineMC-API", "DivineMC-Server")) {
|
||||
for (name in listOf("DivineMC-API", "DivineMC-Server", "paper-api-generator")) {
|
||||
val projName = name.lowercase(Locale.ENGLISH)
|
||||
include(projName)
|
||||
findProject(":$projName")!!.projectDir = file(name)
|
||||
|
||||
Reference in New Issue
Block a user