Update runServer gradle properties

This commit is contained in:
Jason Penilla
2021-11-23 17:09:12 -08:00
parent 2b17f5cc15
commit 9a23891fe5
2 changed files with 16 additions and 8 deletions

View File

@ -10,7 +10,7 @@ rootProject.name = "Paper"
include(
"Paper-API",
"Paper-Server",
"Paper-MojangAPI",
"Paper-MojangAPI",
)
val testPlugin = file("test-plugin.settings.gradle.kts")