mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-03 21:37:28 +01:00
Apply shadow removal patch
This commit is contained in:
parent
5c78ce1a3a
commit
67e8e37fe3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
}
|
||||
|
||||
-tasks.shadowJar {
|
||||
- configurations = listOf(project.configurations.vanillaServer.get(), alsoShade)
|
||||
- configurations = listOf(project.configurations.vanillaServer.get(), alsoShade) // Paper
|
||||
+tasks.serverJar {
|
||||
+ from(alsoShade.elements.map {
|
||||
+ it.map { f ->
|
Loading…
Add table
Reference in a new issue