mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-24 01:19:25 +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 90d705a319323c82a9e19cf70c46c80354a7f3f2..6a96a847c3b0a7af0e187cc2251c3ad275da4c11 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")
|