mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-27 02:49:19 +00:00
Fix stuck on loading on some Linux machine caused by wrong common-lang3 dependency scope
This commit is contained in:
@@ -5,7 +5,7 @@ Subject: [PATCH] Bump Dependencies
|
||||
|
||||
|
||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||
index e8963d72ffbfe1fe6cd5e0d55b06897b7ecac560..efb6c85e327898d29838bfb553a1cded4aa9d4d9 100644
|
||||
index e8963d72ffbfe1fe6cd5e0d55b06897b7ecac560..88e1e3a4e266c1b7bd709316b04f18fd589a64b2 100644
|
||||
--- a/build.gradle.kts
|
||||
+++ b/build.gradle.kts
|
||||
@@ -12,8 +12,10 @@ java {
|
||||
@@ -92,7 +92,7 @@ index e8963d72ffbfe1fe6cd5e0d55b06897b7ecac560..efb6c85e327898d29838bfb553a1cded
|
||||
+ // Leaf - Bump Dependencies
|
||||
+ // commons-lang3 is removed in maven-resolver-provider since 3.9.8
|
||||
+ // Add this because bukkit api still need it.
|
||||
+ implementation("org.apache.commons:commons-lang3:3.16.0")
|
||||
+ compileOnly("org.apache.commons:commons-lang3:3.16.0")
|
||||
}
|
||||
|
||||
// Paper start
|
||||
|
||||
Reference in New Issue
Block a user