This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 3c712d1e5de7095347228ddac122afbe1aef5b10 Author: Goooler <[email protected]> AuthorDate: Sun Aug 14 00:42:04 2022 +0800 Remove aliyun maven repos --- build.gradle | 4 ---- buildSrc/src/main/groovy/org.apache.groovy-common.gradle | 4 ---- 2 files changed, 8 deletions(-) diff --git a/build.gradle b/build.gradle index 42ec23aca3..304ea47d55 100644 --- a/build.gradle +++ b/build.gradle @@ -18,10 +18,6 @@ */ buildscript { repositories { - if (rootProject.hasProperty('buildInChina')) { - // Try to use Aliyun maven repository when building in China - maven { url 'https://maven.aliyun.com/nexus/content/groups/public' } - } mavenCentral() // maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } maven { diff --git a/buildSrc/src/main/groovy/org.apache.groovy-common.gradle b/buildSrc/src/main/groovy/org.apache.groovy-common.gradle index cb9ceeb1c0..2db32283a2 100644 --- a/buildSrc/src/main/groovy/org.apache.groovy-common.gradle +++ b/buildSrc/src/main/groovy/org.apache.groovy-common.gradle @@ -42,10 +42,6 @@ group = 'org.apache.groovy' version = sharedConfiguration.groovyVersion.get() repositories { - if (rootProject.hasProperty('buildInChina')) { - // Try to use Aliyun maven repository when building in China - maven { url 'https://maven.aliyun.com/nexus/content/groups/public' } - } mavenCentral() }
