Move cb version definition to gradle patch

This commit is contained in:
Jason Penilla
2024-04-27 14:02:33 -07:00
parent e20beef9c7
commit bf6862b141
5 changed files with 8 additions and 21 deletions

View File

@ -60,7 +60,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ testImplementation("org.ow2.asm:asm-tree:9.7")
+}
+
+val craftbukkitPackageVersion = "1_20_R4" // Paper
+paperweight {
+ craftBukkitPackageVersion.set("v1_20_R4") // also needs to be updated in MappingEnvironment
+}
+
+tasks.jar {
+ archiveClassifier.set("dev")
+