Apply shadow removal patch

This commit is contained in:
Jason Penilla
2024-04-23 13:41:25 -07:00
parent 5c78ce1a3a
commit 67e8e37fe3

View File

@@ -21,7 +21,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
} }
-tasks.shadowJar { -tasks.shadowJar {
- configurations = listOf(project.configurations.vanillaServer.get(), alsoShade) - configurations = listOf(project.configurations.vanillaServer.get(), alsoShade) // Paper
+tasks.serverJar { +tasks.serverJar {
+ from(alsoShade.elements.map { + from(alsoShade.elements.map {
+ it.map { f -> + it.map { f ->