Fixup after shade rhino merge

This commit is contained in:
Kenzie Togami
2019-07-10 17:48:31 -07:00
parent 3d4025c757
commit 3bdc1c1cf2
2 changed files with 4 additions and 1 deletions

View File

@ -90,6 +90,9 @@ tasks.named<ShadowJar>("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"))
}
}