Use latest fancy gradle features to not do that dumb string bullshit from before

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
This commit is contained in:
solonovamax
2021-11-21 23:58:24 -05:00
parent 7e0fa4854f
commit dc07b60688
33 changed files with 88 additions and 84 deletions

View File

@@ -9,9 +9,9 @@ repositories {
}
dependencies {
"shadedApi"("commons-io:commons-io:2.6")
"shadedApi"("com.github.Querz:NBT:6.1")
"shadedApi"(project(":common:addons:manifest-addon-loader"))
shadedApi("commons-io:commons-io:2.6")
shadedApi("com.github.Querz:NBT:6.1")
shadedApi(project(":common:addons:manifest-addon-loader"))
}
tasks.named<ShadowJar>("shadowJar") {