config-ore-v2

This commit is contained in:
Zoë Gidiere
2023-10-03 11:54:04 -06:00
parent f896a9a278
commit f1ea8074de
9 changed files with 409 additions and 0 deletions
@@ -0,0 +1,11 @@
version = version("2.0.0")
dependencies {
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
implementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
testImplementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
}
tasks.named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJar") {
relocate("net.jafama", "com.dfsek.terra.addons.ore.lib.jafama")
}