File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,23 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
33
44pluginManagement {
55 repositories {
6- maven {
7- url = uri(" https://mirrors.cloud.tencent.com/nexus/repository/maven-public/" )
8- }
9- google()
6+ // maven {
7+ // url = uri("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
8+ // }
109 mavenCentral()
10+ google()
1111 gradlePluginPortal()
1212 }
1313}
1414
1515dependencyResolutionManagement {
1616 @Suppress(" UnstableApiUsage" )
1717 repositories {
18- maven {
19- url = uri(" https://mirrors.cloud.tencent.com/nexus/repository/maven-public/" )
20- }
21- google()
18+ // maven {
19+ // url = uri("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
20+ // }
2221 mavenCentral()
22+ google()
2323 mavenLocal()
2424 }
2525
You can’t perform that action at this time.
0 commit comments