prepare for 1.20 work tomorrow

This commit is contained in:
Ben Kerllenevich
2023-06-07 20:24:56 -04:00
parent ead09e2bf6
commit bf99a800e0
366 changed files with 31 additions and 4138 deletions

View File

@@ -116,7 +116,7 @@ tasks.register("printMinecraftVersion") {
}
}
tasks.register("printPaperVersion") {
tasks.register("printPurpurVersion") {
doLast {
println(project.version)
}