Skip to content

Commit 84727b2

Browse files
committed
feat: 镜像加速
1 parent 4201951 commit 84727b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3+
distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-7.4.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pluginManagement {
22
repositories {
3+
maven { url 'https://maven.aliyun.com/repository/gradle-plugin'}
34
gradlePluginPortal()
45
maven { url 'https://repo.spring.io/release' }
56
}
@@ -12,6 +13,7 @@ plugins {
1213

1314
dependencyResolutionManagement {
1415
repositories {
16+
maven { url 'https://maven.aliyun.com/repository/public/' }
1517
mavenCentral()
1618
}
1719
}

0 commit comments

Comments
 (0)