This repository has been archived on 2024-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
new_Edit/settings.gradle
2023-11-25 11:09:10 +08:00

18 lines
332 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "My Application"
include ':app'