srctree

Robin Linden parent e1a856ae 15248692
Clean up Gradle repository management

inlinesplit
build.gradle.kts added: 13, removed: 11, total 2
@@ -16,15 +16,6 @@ buildscript {
}
}
 
allprojects {
repositories {
mavenLocal()
google()
mavenCentral()
maven { url = uri("https://dl.bintray.com/toktok/maven") }
}
}
 
tasks.register("clean").configure {
delete("build")
}
 
settings.gradle.kts added: 13, removed: 11, total 2
@@ -1,3 +1,14 @@
@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenLocal()
google()
mavenCentral()
maven { url = uri("https://dl.bintray.com/toktok/maven") }
}
}
 
include(":atox")
include(":core")
include(":domain")