mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-14 03:36:03 +00:00
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:
@@ -1,4 +1,4 @@
|
||||
dependencies {
|
||||
"shadedApi"(project(":common:api:util"))
|
||||
"shadedApi"("ca.solo-studios:strata:1.0.0")
|
||||
shadedApi(project(":common:api:util"))
|
||||
shadedApi("ca.solo-studios:strata:1.0.0")
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ afterEvaluate {
|
||||
if(it != project) {
|
||||
println("Project: ${it.name}")
|
||||
dependencies {
|
||||
"shadedApi"(it)
|
||||
shadedApi(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
dependencies {
|
||||
"shadedApi"(project(":common:api:util"))
|
||||
"shadedApi"(project(":common:api:noise"))
|
||||
"shadedApi"(project(":common:api:registry"))
|
||||
"shadedApi"(project(":common:api:addons"))
|
||||
shadedApi(project(":common:api:util"))
|
||||
shadedApi(project(":common:api:noise"))
|
||||
shadedApi(project(":common:api:registry"))
|
||||
shadedApi(project(":common:api:addons"))
|
||||
|
||||
"shadedApi"("com.dfsek:Paralithic:0.5.0")
|
||||
shadedApi("com.dfsek:Paralithic:0.5.0")
|
||||
|
||||
"shadedApi"("com.dfsek.tectonic:common:2.1.2")
|
||||
shadedApi("com.dfsek.tectonic:common:2.1.2")
|
||||
|
||||
"shadedApi"("net.jafama:jafama:2.3.2")
|
||||
shadedApi("net.jafama:jafama:2.3.2")
|
||||
|
||||
"shadedApi"("org.slf4j:slf4j-api:1.7.32")
|
||||
shadedApi("org.slf4j:slf4j-api:1.7.32")
|
||||
|
||||
"shadedApi"("ca.solo-studios:strata:1.0.0")
|
||||
shadedApi("ca.solo-studios:strata:1.0.0")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
dependencies {
|
||||
"shadedApi"(project(":common:api:util"))
|
||||
shadedApi(project(":common:api:util"))
|
||||
|
||||
"shadedApi"("com.dfsek:Paralithic:0.5.0")
|
||||
shadedApi("com.dfsek:Paralithic:0.5.0")
|
||||
|
||||
"shadedApi"("com.dfsek.tectonic:common:2.1.2")
|
||||
shadedApi("com.dfsek.tectonic:common:2.1.2")
|
||||
|
||||
"shadedApi"("net.jafama:jafama:2.3.2")
|
||||
shadedApi("net.jafama:jafama:2.3.2")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
dependencies {
|
||||
"shadedApi"(project(":common:api:util"))
|
||||
shadedApi(project(":common:api:util"))
|
||||
|
||||
"shadedApi"("com.dfsek:Paralithic:0.5.0")
|
||||
shadedApi("com.dfsek:Paralithic:0.5.0")
|
||||
|
||||
"shadedApi"("com.dfsek.tectonic:common:2.1.2")
|
||||
shadedApi("com.dfsek.tectonic:common:2.1.2")
|
||||
|
||||
"shadedApi"("net.jafama:jafama:2.3.2")
|
||||
shadedApi("net.jafama:jafama:2.3.2")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies {
|
||||
"shadedApi"(project(":common:api:util"))
|
||||
shadedApi(project(":common:api:util"))
|
||||
|
||||
"shadedApi"("com.dfsek.tectonic:common:2.1.2")
|
||||
shadedApi("com.dfsek.tectonic:common:2.1.2")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
dependencies {
|
||||
"shadedApi"("net.jafama:jafama:2.3.2")
|
||||
shadedApi("net.jafama:jafama:2.3.2")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user