base API project

This commit is contained in:
dfsek
2021-09-24 12:06:06 -07:00
parent c35d1acbbf
commit a7d0e7f49b
5 changed files with 14 additions and 7 deletions
+10
View File
@@ -0,0 +1,10 @@
afterEvaluate {
subprojects.forEach {
if(it != project) {
println("Project: ${it.name}")
dependencies {
"shadedApi"(it)
}
}
}
}
+1 -1
View File
@@ -1,5 +1,5 @@
dependencies {
"shadedApi"(project(":common:api:core"))
"shadedApi"(project(":common:api"))
"shadedApi"(project(":common:loader:config"))
"shadedApi"(project(":common:loader:addon"))
+1 -1
View File
@@ -1,3 +1,3 @@
dependencies {
"shadedApi"(project(":common:api:core"))
"shadedApi"(project(":common:api"))
}
-3
View File
@@ -1,3 +0,0 @@
dependencies {
"shadedApi"(project(":common:api:core"))
}