Skip to content

Commit

Permalink
Revert joml dependency version to fix plugin loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Jul 23, 2024
1 parent 0eb6a72 commit d17d9c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/api/0006-Bump-Dependencies.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d17d9c1

Please sign in to comment.