Gradle: Implement --update option for setupPaperServer, and add runPaperServer

This commit is contained in:
Kenneth Endfinger
2022-01-13 23:19:07 -05:00
parent 01999eadd7
commit 8f34209aff
5 changed files with 73 additions and 19 deletions

View File

@ -135,7 +135,7 @@ subprojects {
}
}
tasks.setupPaperServer {
minecraftServerPath = "server"
paperVersionGroup = "1.18"
foundation {
minecraftServerPath.set("server")
paperVersionGroup.set("1.18")
}