9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-30 20:39:21 +00:00

Clean up patches

This commit is contained in:
Dreeam
2023-03-11 12:05:02 -05:00
parent c395b0c251
commit c9ed2f74a0
3 changed files with 11 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] Bump Dependencies
diff --git a/build.gradle.kts b/build.gradle.kts
index 1f8ce35cbc0802917d6fb166fe276a22b03835ed..359050a6f125e16787b4f712aaea463d0014dc63 100644
index 1f8ce35cbc0802917d6fb166fe276a22b03835ed..c9c032ff0ff898cd28de231843c2b98f9843cb8b 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -24,14 +24,16 @@ configurations.api {
@@ -82,11 +82,10 @@ index 1f8ce35cbc0802917d6fb166fe276a22b03835ed..359050a6f125e16787b4f712aaea463d
options.isDocFilesSubDirs = true
options.links(
- "https://guava.dev/releases/31.0.1-jre/api/docs/",
- "https://javadoc.io/doc/org.yaml/snakeyaml/1.33/",
- "https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/", // Paper - we don't want Java 5 annotations
+ // Leaf - Bump Dependencies
+ "https://guava.dev/releases/31.1-jre/api/docs/",
+ "https://javadoc.io/doc/org.yaml/snakeyaml/2.0/",
"https://javadoc.io/doc/org.yaml/snakeyaml/1.33/",
- "https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/", // Paper - we don't want Java 5 annotations
+ "https://javadoc.io/doc/org.jetbrains/annotations/24.0.1/", // Paper - we don't want Java 5 annotations
+ // Leaf end
// Paper start