Prepare for updating server patches

This commit is contained in:
Jason Penilla
2021-11-23 00:57:41 -08:00
parent cb95469f99
commit ed6d43ddb0
1192 changed files with 248 additions and 309 deletions

View File

@ -7,7 +7,11 @@ pluginManagement {
rootProject.name = "Paper"
include("Paper-API", "Paper-Server", "Paper-MojangAPI")
include(
"Paper-API",
"Paper-Server",
// "Paper-MojangAPI", // todo
)
val testPlugin = file("test-plugin.settings.gradle.kts")
if (testPlugin.exists()) {