Skip to content

Commit 5b8868f

Browse files
committed
ci: drop aliyun mirrors from root build.gradle buildscript/allprojects (real culprit of KSP plugin 502)
1 parent 1e70819 commit 5b8868f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ buildscript {
4141

4242
repositories {
4343
google()
44-
maven { url "https://maven.aliyun.com/repository/public" }
45-
maven { url "https://maven.aliyun.com/repository/google" }
46-
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
4744
mavenCentral()
4845
gradlePluginPortal()
4946
maven { url "https://jitpack.io" }
@@ -62,9 +59,6 @@ buildscript {
6259
allprojects {
6360
repositories {
6461
google()
65-
maven { url "https://maven.aliyun.com/repository/public" }
66-
maven { url "https://maven.aliyun.com/repository/google" }
67-
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
6862
mavenCentral()
6963
gradlePluginPortal()
7064
maven { url "https://jitpack.io" }

0 commit comments

Comments
 (0)