reconfigure implementation projects

This commit is contained in:
dfsek
2021-11-21 21:41:19 -07:00
parent 22eae6d515
commit 7e0fa4854f
100 changed files with 6 additions and 683 deletions
@@ -0,0 +1,13 @@
dependencies {
"shadedApi"(project(":common:api"))
"shadedApi"(project(":common:implementation:bootstrap-addon-loader"))
"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"("com.dfsek.tectonic:yaml:2.1.2")
"shadedImplementation"("org.yaml:snakeyaml:1.27")
"shadedImplementation"("org.ow2.asm:asm:9.2")
}