clean up gradle

This commit is contained in:
dfsek
2021-11-25 11:27:33 -07:00
parent 35194fc09c
commit 0441760cae
9 changed files with 86 additions and 90 deletions
@@ -49,11 +49,4 @@ fun Project.configureDependencies() {
compileOnly("com.google.guava:guava:30.0-jre")
testImplementation("com.google.guava:guava:30.0-jre")
}
if (project(":common:addons").subprojects.contains(this)) { // If this is an addon project, depend on the API.
dependencies {
compileOnly(project(":common:api"))
testImplementation(project(":common:api"))
}
}
}