async chunk patch progress (#6930)

This commit is contained in:
Jake Potrebic
2021-11-23 12:34:20 -08:00
parent 682bb3f9c0
commit ddaf1cb4e2
6 changed files with 86 additions and 117 deletions

View File

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