Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit c5fb353

Browse files
authored
Merge pull request #927 from jdaugherty/9.0.x
Add back snapshot support for groovy
2 parents 126d0fc + 8f1eba3 commit c5fb353

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
@@ -63,6 +63,12 @@ allprojects {
6363
if(isSnapshot) {
6464
maven { url = 'https://repo.grails.org/grails/libs-snapshots-local' }
6565
}
66+
if(groovyVersion && groovyVersion.endsWith('-SNAPSHOT')) {
67+
maven {
68+
name = 'ASF Snapshot repo'
69+
url = 'https://repository.apache.org/content/repositories/snapshots'
70+
}
71+
}
6672
}
6773
}
6874

0 commit comments

Comments
 (0)