fix shading config

This commit is contained in:
dfsek
2022-05-05 14:56:51 -07:00
parent 6e61154cc5
commit 98b332fe54
5 changed files with 25 additions and 8 deletions

View File

@@ -3,13 +3,13 @@ repositories {
}
dependencies {
api("commons-io:commons-io:2.7")
api("com.github.Querz:NBT:6.1")
api(project(":common:implementation:base"))
shadedApi("commons-io:commons-io:2.7")
shadedApi("com.github.Querz:NBT:6.1")
shadedApi(project(":common:implementation:base"))
implementation("com.google.guava:guava:31.0.1-jre")
shadedImplementation("com.google.guava:guava:31.0.1-jre")
implementation("ch.qos.logback:logback-classic:1.2.9")
shadedImplementation("ch.qos.logback:logback-classic:1.2.9")
implementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
}