diff options
Diffstat (limited to 'patches/api/0009-Paper-Plugins.patch')
-rw-r--r-- | patches/api/0009-Paper-Plugins.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/api/0009-Paper-Plugins.patch b/patches/api/0009-Paper-Plugins.patch index 74ff26e12a..79df408863 100644 --- a/patches/api/0009-Paper-Plugins.patch +++ b/patches/api/0009-Paper-Plugins.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Paper Plugins diff --git a/build.gradle.kts b/build.gradle.kts -index 2b1d08d8e16037f6d17c74ea613eaa2ca36c664e..940fb51c1f3054465f305e98b13aac49c77e3a91 100644 +index 783513d3c7ea143997f2eb1a1b53826e51a51079..5ee8db3fcf3d3ac1c8b998b227aff0965960896a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts -@@ -52,7 +52,7 @@ dependencies { +@@ -64,7 +64,7 @@ dependencies { implementation("org.ow2.asm:asm-commons:9.7.1") // Paper end @@ -17,7 +17,7 @@ index 2b1d08d8e16037f6d17c74ea613eaa2ca36c664e..940fb51c1f3054465f305e98b13aac49 compileOnly("org.apache.maven.resolver:maven-resolver-connector-basic:1.9.18") compileOnly("org.apache.maven.resolver:maven-resolver-transport-http:1.9.18") -@@ -141,6 +141,7 @@ tasks.withType<Javadoc> { +@@ -154,6 +154,7 @@ tasks.withType<Javadoc> { "https://jd.advntr.dev/text-serializer-plain/$adventureVersion/", "https://jd.advntr.dev/text-logger-slf4j/$adventureVersion/", // Paper end |