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

[ci skip] Readd Purpur Server

This commit is contained in:
Dreeam
2023-06-16 18:09:52 +08:00
parent 3a3c2b01eb
commit 2dea4ceae0
26 changed files with 24863 additions and 84 deletions

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] Bump Dependencies
diff --git a/build.gradle.kts b/build.gradle.kts
index 31ef38465298b0bfc5c97810a8e3fb8ce8c466f3..389816e5264b1933bc48e23a512788a5629156bb 100644
index 1f9ed00eb14b2c25bab7f067644eefb4306abab4..3577d12145ee01bbcadb49a5cfa7d937ec47a502 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -25,16 +25,16 @@ val annotationsVersion = "24.0.1"
@@ -76,7 +76,7 @@ index 31ef38465298b0bfc5c97810a8e3fb8ce8c466f3..389816e5264b1933bc48e23a512788a5
}
configure<PublishingExtension> {
@@ -117,7 +120,7 @@ tasks.withType<Javadoc> {
@@ -115,7 +118,7 @@ tasks.withType<Javadoc> {
options.use()
options.isDocFilesSubDirs = true
options.links(
@@ -85,7 +85,7 @@ index 31ef38465298b0bfc5c97810a8e3fb8ce8c466f3..389816e5264b1933bc48e23a512788a5
"https://javadoc.io/doc/org.yaml/snakeyaml/2.0/",
"https://javadoc.io/doc/org.jetbrains/annotations/$annotationsVersion/", // Paper - we don't want Java 5 annotations
// Paper start
@@ -160,6 +163,9 @@ val scanJar = tasks.register("scanJarForBadCalls", io.papermc.paperweight.tasks.
@@ -158,6 +161,9 @@ val scanJar = tasks.register("scanJarForBadCalls", io.papermc.paperweight.tasks.
jarToScan.set(tasks.jar.flatMap { it.archiveFile })
classpath.from(configurations.compileClasspath)
}