This commit is contained in:
Light_summer
2024-10-04 12:41:20 +08:00
parent 6c2e7aef65
commit d26ec4edec
5 changed files with 30 additions and 20 deletions

View File

@@ -1,3 +1,5 @@
@file:Suppress("UnstableApiUsage")
pluginManagement {
repositories {
google {
@@ -12,7 +14,7 @@ pluginManagement {
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositoriesMode = RepositoriesMode.FAIL_ON_PROJECT_REPOS
repositories {
google()
mavenCentral()