mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 16:35:50 +00:00
pull CLI versions to Versions.kt
This commit is contained in:
parent
5df016e43e
commit
ab78bea9aa
@ -40,4 +40,10 @@ object Versions {
|
|||||||
const val mixin = "0.8.2"
|
const val mixin = "0.8.2"
|
||||||
const val minecraft = "1.17.1"
|
const val minecraft = "1.17.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
object CLI {
|
||||||
|
const val nbt = "6.1"
|
||||||
|
const val logback = "1.2.9"
|
||||||
|
const val commonsIO = "2.7"
|
||||||
|
}
|
||||||
}
|
}
|
@ -3,13 +3,13 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
shadedApi("commons-io:commons-io:2.7")
|
shadedApi("commons-io:commons-io:${Versions.CLI.commonsIO}")
|
||||||
shadedApi("com.github.Querz:NBT:6.1")
|
shadedApi("com.github.Querz:NBT:${Versions.CLI.nbt}")
|
||||||
shadedApi(project(":common:implementation:base"))
|
shadedApi(project(":common:implementation:base"))
|
||||||
|
|
||||||
shadedImplementation("com.google.guava:guava:31.0.1-jre")
|
shadedImplementation("com.google.guava:guava:31.0.1-jre")
|
||||||
|
|
||||||
shadedImplementation("ch.qos.logback:logback-classic:1.2.9")
|
shadedImplementation("ch.qos.logback:logback-classic:${Versions.CLI.logback}")
|
||||||
|
|
||||||
implementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
implementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user