This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
DCCAggregator/settings.gradle

12 lines
331 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "DCCAggregator"
include ':app'