manually specify shadowjar task on shaded addons

This commit is contained in:
dfsek
2021-12-30 01:22:50 -07:00
parent 7039a28326
commit 570a3bccc5
4 changed files with 19 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ dependencies {
}
tasks.named<ShadowJar>("shadowJar") {
archiveClassifier.set("")
relocate("org.apache.commons", "com.dfsek.terra.addons.terrascript.lib.commons")
}