Fix bad fixup

This commit is contained in:
Nassim Jahnke 2023-06-08 15:27:41 +02:00
parent 4af62f6d1d
commit ad4eb2ec7d
No known key found for this signature in database
GPG key ID: 6BE3B555EBC5982B
7 changed files with 8 additions and 21 deletions

View file

@ -28,7 +28,7 @@ index 3df8c60ab5cd1454660980883f80668d535b742b..37c3a00659ce21623be07317f4f6a45b
+/.factorypath
diff --git a/build.gradle.kts b/build.gradle.kts
new file mode 100644
index 0000000000000000000000000000000000000000..b663ef66dfe3f19a58f265de866d002d19517324
index 0000000000000000000000000000000000000000..ca692b4758172cb139938f28457cf5639a4411cf
--- /dev/null
+++ b/build.gradle.kts
@@ -0,0 +1,137 @@
@ -59,7 +59,7 @@ index 0000000000000000000000000000000000000000..b663ef66dfe3f19a58f265de866d002d
+ testImplementation("org.hamcrest:hamcrest-library:1.3")
+}
+
+val craftbukkitPackageVersion = "1_19_R3" // Paper
+val craftbukkitPackageVersion = "1_20_R1" // Paper
+tasks.jar {
+ archiveClassifier.set("dev")
+