We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4201951 commit 84727b2Copy full SHA for 84727b2
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
+distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-7.4.2-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
settings.gradle
@@ -1,5 +1,6 @@
pluginManagement {
repositories {
+ maven { url 'https://maven.aliyun.com/repository/gradle-plugin'}
gradlePluginPortal()
maven { url 'https://repo.spring.io/release' }
6
}
@@ -12,6 +13,7 @@ plugins {
12
13
14
dependencyResolutionManagement {
15
16
+ maven { url 'https://maven.aliyun.com/repository/public/' }
17
mavenCentral()
18
19
0 commit comments