9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2026-01-06 15:51:31 +00:00

Updated Upstream (Gale)

This commit is contained in:
Dreeam
2023-08-11 04:57:53 +08:00
parent b180368a3e
commit 0bdf061725
8 changed files with 26 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] Bump Dependencies
diff --git a/build.gradle.kts b/build.gradle.kts
index b9fe57f709de6dc262295a0a0134c371ddd69baa..60483485ac6217d44a289cdbf4be53f01c62f445 100644
index 9796d6d0a1b8fba6f694e8c4d9446d0887aed1ee..c0e36947d161033ff66b76c6ddbc6fdb714c4c0f 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -9,8 +9,8 @@ java {
@@ -85,7 +85,7 @@ index b9fe57f709de6dc262295a0a0134c371ddd69baa..60483485ac6217d44a289cdbf4be53f0
}
configure<PublishingExtension> {
@@ -116,8 +119,8 @@ tasks.withType<Javadoc> {
@@ -117,8 +120,8 @@ tasks.withType<Javadoc> {
options.use()
options.isDocFilesSubDirs = true
options.links(
@@ -96,7 +96,7 @@ index b9fe57f709de6dc262295a0a0134c371ddd69baa..60483485ac6217d44a289cdbf4be53f0
"https://javadoc.io/doc/org.jetbrains/annotations/$annotationsVersion/", // Paper - we don't want Java 5 annotations
// Paper start
//"https://javadoc.io/doc/net.md-5/bungeecord-chat/1.16-R0.4/", // don't link to bungee chat
@@ -161,6 +164,9 @@ val scanJar = tasks.register("scanJarForBadCalls", io.papermc.paperweight.tasks.
@@ -163,6 +166,9 @@ val scanJar = tasks.register("scanJarForBadCalls", io.papermc.paperweight.tasks.
jarToScan.set(tasks.jar.flatMap { it.archiveFile })
classpath.from(configurations.compileClasspath)
}