9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2026-01-04 15:41:40 +00:00

Revert dependency to be compatible with CoreProtect

This commit is contained in:
Dreeam
2023-09-09 22:38:42 -04:00
parent ca614ec714
commit e2f29c4684

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] Bump Dependencies
diff --git a/build.gradle.kts b/build.gradle.kts
index 15ac7e418105f9c6780b28055edfba888156ed42..6efb27e3b86f36aed1dc76e9b95124e557a6894e 100644
index 15ac7e418105f9c6780b28055edfba888156ed42..16305c720a79c69ec0251710872aa89494a514cc 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
@@ -46,7 +46,7 @@ index 15ac7e418105f9c6780b28055edfba888156ed42..6efb27e3b86f36aed1dc76e9b95124e5
- runtimeOnly("org.xerial:sqlite-jdbc:3.42.0.0")
- runtimeOnly("com.mysql:mysql-connector-j:8.0.33")
+ implementation("net.fabricmc:mapping-io:0.4.2") // Paper - needed to read mappings for stacktrace deobfuscation
+ runtimeOnly("org.xerial:sqlite-jdbc:3.43.0.0")
+ runtimeOnly("org.xerial:sqlite-jdbc:3.42.0.1") // Leaf - revert version to fix CoreProtect compatibility
+ runtimeOnly("com.mysql:mysql-connector-j:8.1.0")
+ // Leaf end
runtimeOnly("com.lmax:disruptor:3.4.4") // Paper