mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-30 12:29:13 +00:00
Revert joml dependency version to fix plugin loading issue
This commit is contained in:
@@ -6,7 +6,7 @@ Subject: [PATCH] Bump Dependencies
|
||||
TODO - Dreeam: Bump & test dependencies, impl new features?
|
||||
|
||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||
index e8963d72ffbfe1fe6cd5e0d55b06897b7ecac560..33583cdbf7912b94251292210cbdb8797e9a8149 100644
|
||||
index e8963d72ffbfe1fe6cd5e0d55b06897b7ecac560..391e05b63663331a4404514bdb6ab30707fd8b49 100644
|
||||
--- a/build.gradle.kts
|
||||
+++ b/build.gradle.kts
|
||||
@@ -12,8 +12,10 @@ java {
|
||||
@@ -37,7 +37,7 @@ index e8963d72ffbfe1fe6cd5e0d55b06897b7ecac560..33583cdbf7912b94251292210cbdb879
|
||||
// Paper - adventure
|
||||
api("org.yaml:snakeyaml:2.2")
|
||||
- api("org.joml:joml:1.10.5")
|
||||
+ api("org.joml:joml:1.10.7") // Leaf - Bump Dependencies
|
||||
+ api("org.joml:joml:1.10.5") // Leaf - Bump Dependencies // Dreeam TODO - Waiting update to 1.10.7
|
||||
// Paper start
|
||||
api("com.googlecode.json-simple:json-simple:1.1.1") {
|
||||
isTransitive = false // includes junit
|
||||
|
||||
Reference in New Issue
Block a user