Shade Rhino and truezip into Forge dist

This commit is contained in:
Kenzie Togami
2019-07-08 20:21:31 -07:00
parent a18f26f8af
commit 5a464142ae
2 changed files with 4 additions and 3 deletions

View File

@ -82,8 +82,7 @@ processResources {
jar {
manifest {
attributes("Class-Path": "truezip.jar WorldEdit/truezip.jar js.jar WorldEdit/js.jar",
"WorldEdit-Version": version)
attributes("WorldEdit-Version": version)
}
}
@ -94,6 +93,8 @@ shadowJar {
include(dependency('org.slf4j:slf4j-api'))
include(dependency("org.apache.logging.log4j:log4j-slf4j-impl"))
include(dependency("de.schlichtherle:truezip"))
include(dependency("org.mozilla:rhino"))
}
}