9
0
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:
Dreeam
2024-07-23 12:13:45 +08:00
parent 0eb6a7299f
commit d17d9c17b5

View File

@@ -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