We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b82fd commit 7b105a5Copy full SHA for 7b105a5
2 files changed
gradle.properties
@@ -2,7 +2,7 @@ group=gg.projecteden.parchment
2
version=1.21.11-R0.1-SNAPSHOT
3
mcVersion=1.21.11
4
apiVersion=1.21.11
5
-paperRef=4446f17f652d3ce56860f8c06d6746fa3c1853fc
+paperRef=6da8af7ca4e29f4ea6961905a96d9f244980c932
6
7
org.gradle.configuration-cache=true
8
org.gradle.caching=true
parchment-server/build.gradle.kts.patch
@@ -50,7 +50,7 @@
50
dependencies {
51
- implementation(project(":paper-api"))
52
+ implementation(project(":parchment-api"))
53
- implementation("ca.spottedleaf:concurrentutil:0.0.7")
+ implementation("ca.spottedleaf:concurrentutil:0.0.8")
54
implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+
55
implementation("org.jline:jline-terminal-jni:3.27.1") // fall back to jni on java 21
56
@@ -198,14 +_,14 @@
0 commit comments