mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-19 23:19:18 +00:00
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 99cf0bebf6bd1579c1f347e0c1750c7b13f74566..09dd1b8b9471b3e742b102e8ddf205f9be66e412 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")
|