We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b49377 commit cc50cfdCopy full SHA for cc50cfd
build.gradle
@@ -102,12 +102,6 @@ allprojects {
102
maven { url = 'https://repo.grails.org/grails/core' }
103
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' }
104
// 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
111
}
112
113
configurations {
0 commit comments