Skip to content

Commit cc50cfd

Browse files
committed
Remove apache snapshot repo
1 parent 3b49377 commit cc50cfd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ allprojects {
102102
maven { url = 'https://repo.grails.org/grails/core' }
103103
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' }
104104
// mavenLocal() // Keep, this will be uncommented and used by CI (groovy-joint-workflow)
105-
if(groovyVersion.endsWith('-SNAPSHOT')) {
106-
maven {
107-
name = 'ASF Snapshot repo'
108-
url = 'https://repository.apache.org/content/repositories/snapshots'
109-
}
110-
}
111105
}
112106

113107
configurations {

0 commit comments

Comments
 (0)