diff options
Diffstat (limited to 'patches/api/0002-Build-system-changes.patch')
-rw-r--r-- | patches/api/0002-Build-system-changes.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/patches/api/0002-Build-system-changes.patch b/patches/api/0002-Build-system-changes.patch index 24b0253137..8ef831d434 100644 --- a/patches/api/0002-Build-system-changes.patch +++ b/patches/api/0002-Build-system-changes.patch @@ -5,13 +5,13 @@ Subject: [PATCH] Build system changes diff --git a/build.gradle.kts b/build.gradle.kts -index 8ec976de73d8fe6e4d46007649f2c9089e8bdd9c..2229758d9da373519a42f58e4ca17120c5272530 100644 +index dfb490fe94c1f543cc75e9f5ca76f8254bff9159..3667f27baa87c82e071cc14ca20491d38feee255 100644 --- a/build.gradle.kts +++ b/build.gradle.kts -@@ -18,15 +18,27 @@ dependencies { - api("net.md-5:bungeecord-chat:$bungeeCordChatVersion") - api("org.yaml:snakeyaml:2.2") - api("org.joml:joml:1.10.8") +@@ -20,15 +20,27 @@ dependencies { + api("org.joml:joml:1.10.8") { + isTransitive = false // https://github.com/JOML-CI/JOML/issues/352 + } + // Paper start + api("com.googlecode.json-simple:json-simple:1.1.1") { + isTransitive = false // includes junit @@ -37,7 +37,7 @@ index 8ec976de73d8fe6e4d46007649f2c9089e8bdd9c..2229758d9da373519a42f58e4ca17120 testImplementation("org.apache.commons:commons-lang3:3.12.0") testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") testImplementation("org.hamcrest:hamcrest:2.2") -@@ -69,8 +81,13 @@ tasks.withType<Javadoc> { +@@ -71,8 +83,13 @@ tasks.withType<Javadoc> { options.links( "https://guava.dev/releases/33.3.1-jre/api/docs/", "https://javadoc.io/doc/org.yaml/snakeyaml/2.2/", @@ -52,7 +52,7 @@ index 8ec976de73d8fe6e4d46007649f2c9089e8bdd9c..2229758d9da373519a42f58e4ca17120 ) options.tags("apiNote:a:API Note:") -@@ -89,3 +106,14 @@ tasks.withType<Javadoc> { +@@ -91,3 +108,14 @@ tasks.withType<Javadoc> { tasks.test { useJUnitPlatform() } |