mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-22 00:19:20 +00:00
* Update Leaf API patches to 1.20.5 * Updated Upstream (Purpur API) * Some server patches work * Update 1.20.6 * Some server patches work * Some some server patches work * 0oO0oO0oOo * iI1IiI1i|!il| * Updated Upstream (Gale/Purpur) * Server patches work * Updated Upstream (Gale)
20 lines
681 B
Diff
20 lines
681 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: nostalfinals <yuu8583@proton.me>
|
|
Date: Tue, 12 Mar 2024 01:10:54 +0800
|
|
Subject: [PATCH] Use a shadow fork that supports Java 21
|
|
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
|
index 71f72777303cce3b94628f96c5877e75332cf4d8..78a543150da9e2db42ec8ce07f4fa7528467462d 100644
|
|
--- a/build.gradle.kts
|
|
+++ b/build.gradle.kts
|
|
@@ -3,7 +3,7 @@ import io.papermc.paperweight.util.*
|
|
plugins {
|
|
java
|
|
`maven-publish`
|
|
- id("com.github.johnrengelman.shadow")
|
|
+ id("io.github.goooler.shadow") // Leaf - use a shadow fork that supports Java 21
|
|
}
|
|
|
|
val log4jPlugins = sourceSets.create("log4jPlugins")
|