fix gradle dependency stuff

This commit is contained in:
dfsek
2021-07-21 16:18:06 -07:00
parent 7932a97985
commit af1520eb83
4 changed files with 3 additions and 11 deletions

View File

@@ -18,11 +18,11 @@ dependencies {
"shadedApi"(project(":common:loader:addon"))
"shadedApi"("org.apache.commons:commons-rng-core:1.3")
"shadedApi"("commons-io:commons-io:2.6")
"shadedImplementation"("org.apache.commons:commons-text:1.9")
"shadedImplementation"("org.yaml:snakeyaml:1.27")
"shadedImplementation"("org.ow2.asm:asm:9.0")
"compileOnly"("com.google.guava:guava:30.0-jre")