Skip to content

Commit a54018c

Browse files
committed
Update internal spark
1 parent 347b372 commit a54018c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

leaf-server/build.gradle.kts.patch

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,20 @@
161161

162162
implementation("net.neoforged:srgutils:1.0.9") // Mappings handling
163163
implementation("net.neoforged:AutoRenamingTool:2.0.3") // Remap plugins
164-
@@ -192,28 +_,40 @@
164+
@@ -189,31 +_,45 @@
165+
implementation("io.papermc:reflection-rewriter-runtime:$reflectionRewriterVersion")
166+
implementation("io.papermc:reflection-rewriter-proxy-generator:$reflectionRewriterVersion")
167+
168+
+ // Leaf start - Bump Dependencies
165169
// Spark
166-
implementation("me.lucko:spark-api:0.1-20240720.200737-2")
167-
implementation("me.lucko:spark-paper:1.10.133-20250413.112336-1")
170+
- implementation("me.lucko:spark-api:0.1-20240720.200737-2")
171+
- implementation("me.lucko:spark-paper:1.10.133-20250413.112336-1")
168172
-}
173+
+ implementation("me.lucko:spark-api:0.1-dev-f0b5206-SNAPSHOT")
174+
+ implementation("me.lucko:spark-paper:1.10-dev-f0b5206-SNAPSHOT")
169175
+
170-
+ implementation("io.netty:netty-all:4.1.119.Final") // Leaf - Bump Dependencies // Dreeam TODO - Update to 4.2.0
176+
+ implementation("io.netty:netty-all:4.1.119.Final") // Dreeam TODO - Update to 4.2.0
177+
+ // Leaf end - Bump Dependencies
171178
+}
172179
+
173180
+// Gale start - hide irrelevant compilation warnings

0 commit comments

Comments
 (0)