Goooler commented on code in PR #1764:
URL: https://github.com/apache/groovy/pull/1764#discussion_r945217603
##########
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' }
- }
Review Comment:
Aliyun maven shouldn't be applied here, if someone needed, can add this to
`init.gradle`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]