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

@ -17,7 +17,7 @@ configurations.all { Configuration it ->
dependencies {
compile project(':worldedit-libs:core')
compile 'de.schlichtherle:truezip:6.8.3'
compile 'rhino:js:1.7R2'
compile 'org.mozilla:rhino:1.7R5'
compile 'org.yaml:snakeyaml:1.9'
compile 'com.google.guava:guava:21.0'
compile 'com.google.code.findbugs:jsr305:1.3.9'