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

@@ -7,12 +7,12 @@ val javaMainClass = "com.dfsek.terra.cli.TerraCLI"
dependencies {
shadedApi(project(":common:implementation:base"))
shadedApi("commons-io:commons-io:${Versions.Libraries.Internal.apacheIO}")
shadedApi("com.github.Querz:NBT:${Versions.CLI.nbt}")
shadedApi("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
shadedApi("com.github.Querz", "NBT", "Versions.CLI.nbt")
shadedImplementation("com.google.guava:guava:${Versions.Libraries.Internal.guava}")
shadedImplementation("com.google.guava", "guava", "Versions.Libraries.Internal.guava")
shadedImplementation("ch.qos.logback:logback-classic:${Versions.CLI.logback}")
shadedImplementation("ch.qos.logback", "logback-classic", "Versions.CLI.logback")
}