Some requested changes

This commit is contained in:
Zoë Gidiere
2023-11-08 21:58:57 -07:00
parent 0df940d688
commit 89d497d500
17 changed files with 29 additions and 21 deletions

View File

@@ -1,6 +1,12 @@
version = version("1.1.0")
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
version = version("1.2.0")
dependencies {
api("commons-io:commons-io:2.7")
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
}
tasks.named<ShadowJar>("shadowJar") {
relocate("org.apache.commons", "com.dfsek.terra.addons.terrascript.lib.commons")
}