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

Fix build

This commit is contained in:
Dreeam
2023-06-25 20:53:53 +08:00
parent 70a12b2998
commit 49fd38fbdb

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] Leaf Config
diff --git a/build.gradle.kts b/build.gradle.kts
index 789bc60f5d821d4ebaad015fc78228542134cd4b..6486cec04833451edc39db8a5862c157cfd57b24 100644
index 789bc60f5d821d4ebaad015fc78228542134cd4b..5939b0f0d17bf1d916407777fb2f05270daf71f8 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -50,6 +50,13 @@ dependencies {
@@ -14,7 +14,7 @@ index 789bc60f5d821d4ebaad015fc78228542134cd4b..6486cec04833451edc39db8a5862c157
+ // Pufferfish start
+ implementation("org.yaml:snakeyaml:2.0")
+ implementation("me.carleslc.Simple-YAML:Simple-Yaml:1.8.4") {
+ implementation("com.github.Carleslc.Simple-YAML:Simple-Yaml:1.8.4") {
+ exclude(group = "org.yaml", module = "snakeyaml")
+ }
+ // Pufferfish end