9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-27 10:59:17 +00:00

Update 1.20.2 (#139)

This commit is contained in:
violetc
2023-09-28 18:12:42 +08:00
committed by GitHub
parent 847357b67c
commit 4b8764ebda
140 changed files with 2443 additions and 2695 deletions

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] Hide irrelevant compilation warnings
diff --git a/build.gradle.kts b/build.gradle.kts
index aed834334385ff3038ae69f3f34d129ad2507960..5ff778a10d46a75687da1c4705669416c8fdb456 100644
index 639651972fddce4dff63a0f0a7e566a15b9e2dd6..580a37740f04a4aad435fc50b521a59a772f16af 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -89,6 +89,15 @@ val generateApiVersioningFile by tasks.registering {
@@ -32,4 +32,4 @@ index aed834334385ff3038ae69f3f34d129ad2507960..5ff778a10d46a75687da1c4705669416
+ options.addStringOption("Xdoclint:none", "-quiet") // Leaves - hide irrelevant compilation warnings
}
// Paper start
tasks.test {