sibanu/settings.gradle
2022-08-11 15:14:39 +07:00

11 lines
285 B
Groovy

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