diff options
author | Jason Penilla <[email protected]> | 2024-04-27 13:31:37 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2024-04-27 13:31:37 -0700 |
commit | 711dbd74eafce8c13959584a0e20a2c76209b422 (patch) | |
tree | 22e0dced04a9b92d546d6b70900a06698900ce4b /patches/server/0020-Plugin-remapping.patch | |
parent | e2552eea2481871c9d8445a3c5653a2329112648 (diff) | |
download | Paper-711dbd74eafce8c13959584a0e20a2c76209b422.tar.gz Paper-711dbd74eafce8c13959584a0e20a2c76209b422.zip |
Bump adventure ansi serializer
Diffstat (limited to 'patches/server/0020-Plugin-remapping.patch')
-rw-r--r-- | patches/server/0020-Plugin-remapping.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/server/0020-Plugin-remapping.patch b/patches/server/0020-Plugin-remapping.patch index 6fbd1d7f78..62d0316083 100644 --- a/patches/server/0020-Plugin-remapping.patch +++ b/patches/server/0020-Plugin-remapping.patch @@ -6,10 +6,10 @@ Subject: [PATCH] Plugin remapping Co-authored-by: Nassim Jahnke <[email protected]> diff --git a/build.gradle.kts b/build.gradle.kts -index 71da2755ac2253b73b128cf8f1afe9cf5e537912..8e2a118be60e100a057d863457eee57ee34147bd 100644 +index dbb67a5dc1eecb1339cd4da1a23e69ed675ddbe4..c29c309503d5d5defe7991baca34b0d692d57e36 100644 --- a/build.gradle.kts +++ b/build.gradle.kts -@@ -45,9 +45,14 @@ dependencies { +@@ -44,9 +44,14 @@ dependencies { testImplementation("org.mockito:mockito-core:5.11.0") testImplementation("org.ow2.asm:asm-tree:9.7") testImplementation("org.junit-pioneer:junit-pioneer:2.2.0") // Paper - CartesianTest @@ -25,7 +25,7 @@ index 71da2755ac2253b73b128cf8f1afe9cf5e537912..8e2a118be60e100a057d863457eee57e tasks.jar { archiveClassifier.set("dev") -@@ -67,7 +72,7 @@ tasks.jar { +@@ -66,7 +71,7 @@ tasks.jar { "Specification-Vendor" to "Bukkit Team", "Git-Branch" to gitBranch, // Paper "Git-Commit" to gitHash, // Paper @@ -34,7 +34,7 @@ index 71da2755ac2253b73b128cf8f1afe9cf5e537912..8e2a118be60e100a057d863457eee57e ) for (tld in setOf("net", "com", "org")) { attributes("$tld/bukkit", "Sealed" to true) -@@ -156,20 +161,41 @@ val runtimeClasspathWithoutVanillaServer = configurations.runtimeClasspath.flatM +@@ -155,20 +160,41 @@ val runtimeClasspathWithoutVanillaServer = configurations.runtimeClasspath.flatM runtime.filterNot { it.asFile.absolutePath == vanilla } } |