Skip to content

Commit 8e4ef49

Browse files
committed
Add back logic for groovy snapshot support
1 parent 9099abc commit 8e4ef49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ allprojects {
4646
if(isSnapshot) {
4747
maven { url = 'https://repo.grails.org/grails/libs-snapshots-local' }
4848
}
49+
if(groovyVersion && groovyVersion.endsWith('-SNAPSHOT')) {
50+
maven {
51+
name = 'ASF Snapshot repo'
52+
url = 'https://repository.apache.org/content/repositories/snapshots'
53+
}
54+
}
4955
}
5056

5157
configurations {

0 commit comments

Comments
 (0)