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 9099abc commit 8e4ef49Copy full SHA for 8e4ef49
build.gradle
@@ -46,6 +46,12 @@ 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