DCCAggregator/settings.gradle

11 lines
288 B
Groovy
Raw Normal View History

2022-02-15 15:50:10 +00:00
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "DCCAggregator"
include ':app'