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 4cacca3 commit f3d9d2dCopy full SHA for f3d9d2d
build.gradle
@@ -46,12 +46,6 @@ allprojects {
46
if(isSnapshot) {
47
maven { url = 'https://repo.grails.org/grails/libs-snapshots-local' }
48
}
49
- if(groovyVersion && groovyVersion.endsWith('-SNAPSHOT')) {
50
- maven {
51
- name = 'ASF Snapshot repo'
52
- url = 'https://repository.apache.org/content/repositories/snapshots'
53
- }
54
55
56
57
configurations {
0 commit comments