Update paperweight and Gradle wrapper

This commit is contained in:
Jason Penilla
2024-12-03 20:28:39 -07:00
parent 2b69f2bf9a
commit 8aed12873b
3 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,7 @@ rootProject.name = "paper"
for (name in listOf("Paper-API", "Paper-Server")) {
val projName = name.lowercase(Locale.ENGLISH)
include(projName)
file(name).mkdirs()
findProject(":$projName")!!.projectDir = file(name)
}