JianShu/settings.gradle
2024-04-25 10:33:59 +08:00

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