mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-05-19 05:56:11 -04:00
package: strip jar specific files when shading
these files will make the jar incorrect if copied blindly. the maven-shade-plugin has similar logic
This commit is contained in:
@@ -62,6 +62,9 @@ allprojects {
|
||||
it.isDirectory() ? it : project.zipTree(it)
|
||||
}
|
||||
}
|
||||
|
||||
exclude "META-INF/INDEX.LIST"
|
||||
exclude "**/module-info.class"
|
||||
}
|
||||
|
||||
task runelitePluginHubManifest {
|
||||
|
||||
Reference in New Issue
Block a user