mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +00:00
Addon dependency updates
This commit is contained in:
parent
725fa88466
commit
b03d128913
@ -25,6 +25,7 @@ object Versions {
|
|||||||
const val snakeYml = "2.3"
|
const val snakeYml = "2.3"
|
||||||
const val jetBrainsAnnotations = "24.1.0"
|
const val jetBrainsAnnotations = "24.1.0"
|
||||||
const val junit = "5.11.0"
|
const val junit = "5.11.0"
|
||||||
|
const val nbt = "6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -72,7 +73,6 @@ object Versions {
|
|||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
object CLI {
|
object CLI {
|
||||||
const val nbt = "6.1"
|
|
||||||
const val logback = "1.5.8"
|
const val logback = "1.5.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -5,9 +5,4 @@ version = version("1.0.0")
|
|||||||
dependencies {
|
dependencies {
|
||||||
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
||||||
api("com.dfsek", "paralithic", Versions.Libraries.paralithic)
|
api("com.dfsek", "paralithic", Versions.Libraries.paralithic)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
tasks.named<ShadowJar>("shadowJar") {
|
|
||||||
relocate("com.dfsek.paralithic", "com.dfsek.terra.addons.numberpredicate.lib.paralithic")
|
|
||||||
}
|
|
@ -1,8 +1,8 @@
|
|||||||
version = version("1.0.0")
|
version = version("1.0.0")
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api("commons-io:commons-io:2.7")
|
api("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
|
||||||
implementation("com.dfsek.tectonic:yaml:${Versions.Libraries.tectonic}")
|
implementation("com.dfsek.tectonic", "yaml", Versions.Libraries.tectonic)
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<Jar> {
|
tasks.withType<Jar> {
|
||||||
|
@ -3,11 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
|||||||
version = version("1.0.0")
|
version = version("1.0.0")
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api("commons-io:commons-io:2.7")
|
api("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
|
||||||
api("com.github.Querz:NBT:6.1")
|
api("com.github.Querz", "NBT", Versions.Libraries.Internal.nbt)
|
||||||
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
||||||
}
|
|
||||||
|
|
||||||
tasks.named<ShadowJar>("shadowJar") {
|
|
||||||
relocate("org.apache.commons", "com.dfsek.terra.addons.sponge.lib.commons")
|
|
||||||
}
|
}
|
@ -3,10 +3,6 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
|||||||
version = version("1.2.0")
|
version = version("1.2.0")
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api("commons-io:commons-io:2.7")
|
api("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
|
||||||
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named<ShadowJar>("shadowJar") {
|
|
||||||
relocate("org.apache.commons", "com.dfsek.terra.addons.terrascript.lib.commons")
|
|
||||||
}
|
|
@ -8,7 +8,7 @@ dependencies {
|
|||||||
shadedApi(project(":common:implementation:base"))
|
shadedApi(project(":common:implementation:base"))
|
||||||
|
|
||||||
shadedApi("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
|
shadedApi("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
|
||||||
shadedApi("com.github.Querz", "NBT", Versions.CLI.nbt)
|
shadedApi("com.github.Querz", "NBT", Versions.Libraries.Internal.nbt)
|
||||||
|
|
||||||
shadedImplementation("com.google.guava", "guava", Versions.Libraries.Internal.guava)
|
shadedImplementation("com.google.guava", "guava", Versions.Libraries.Internal.guava)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user