Files
DistributedSystems/week1_TinsaeGhilay/settings.gradle
2025-12-12 22:48:54 +01:00

11 lines
279 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 = "Test"
include ':app'