aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0008-Adventure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/api/0008-Adventure.patch')
-rw-r--r--patches/api/0008-Adventure.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/api/0008-Adventure.patch b/patches/api/0008-Adventure.patch
index 59f583d377..b5da47d1fb 100644
--- a/patches/api/0008-Adventure.patch
+++ b/patches/api/0008-Adventure.patch
@@ -7,11 +7,11 @@ Co-authored-by: zml <[email protected]>
Co-authored-by: Jake Potrebic <[email protected]>
diff --git a/build.gradle.kts b/build.gradle.kts
-index 55ee0c6330e4dbba22b4044346d1e1dd39c745ce..80fdd05dd593455ca89b66636ed30f1d9facf4ed 100644
+index dd18099ebbabfc785c67c1d48b0b88628ab3b24a..a045e4979ae29b9c4c57ea54736ce3c7d5054cf3 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
-@@ -8,6 +8,19 @@ java {
- withJavadocJar()
+@@ -22,6 +22,19 @@ configurations {
+ }
}
+val adventureVersion = "4.9.3"
@@ -30,7 +30,7 @@ index 55ee0c6330e4dbba22b4044346d1e1dd39c745ce..80fdd05dd593455ca89b66636ed30f1d
dependencies {
// api dependencies are listed transitively to API consumers
api("commons-lang:commons-lang:2.6")
-@@ -20,6 +33,11 @@ dependencies {
+@@ -34,6 +47,11 @@ dependencies {
isTransitive = false // includes junit
}
api("it.unimi.dsi:fastutil:8.5.6")
@@ -42,7 +42,7 @@ index 55ee0c6330e4dbba22b4044346d1e1dd39c745ce..80fdd05dd593455ca89b66636ed30f1d
// Paper end
compileOnly("org.apache.maven:maven-resolver-provider:3.8.4")
-@@ -70,10 +88,25 @@ tasks.jar {
+@@ -84,10 +102,25 @@ tasks.jar {
}
tasks.withType<Javadoc> {