wanhui/settings.gradle

20 lines
414 B
Groovy
Raw Permalink Normal View History

2023-07-27 16:50:09 +08:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://www.jitpack.io" }
}
}
rootProject.name = "WanHui"
include ':app'