mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 21:52:05 -07:00
Apply shadow removal patch
This commit is contained in:
@@ -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 ->
|
Reference in New Issue
Block a user