DCCAggregator/settings.gradle

12 lines
331 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()
2022-02-16 09:52:58 +00:00
maven { url 'https://jitpack.io' }
2022-02-15 15:50:10 +00:00
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "DCCAggregator"
include ':app'