Addon dependency updates

This commit is contained in:
Zoe Gidiere
2024-09-25 15:47:19 -06:00
parent 725fa88466
commit b03d128913
6 changed files with 9 additions and 22 deletions
@@ -5,9 +5,4 @@ version = version("1.0.0")
dependencies {
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
api("com.dfsek", "paralithic", Versions.Libraries.paralithic)
}
tasks.named<ShadowJar>("shadowJar") {
relocate("com.dfsek.paralithic", "com.dfsek.terra.addons.numberpredicate.lib.paralithic")
}
}