Skip to content

Commit

Permalink
Merge pull request #1844 from jdaugherty/9.0.x
Browse files Browse the repository at this point in the history
Add back logic for groovy snapshot support
  • Loading branch information
jdaugherty authored Nov 8, 2024
2 parents ece45c5 + 8e4ef49 commit 4cacca3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ allprojects {
if(isSnapshot) {
maven { url = 'https://repo.grails.org/grails/libs-snapshots-local' }
}
if(groovyVersion && groovyVersion.endsWith('-SNAPSHOT')) {
maven {
name = 'ASF Snapshot repo'
url = 'https://repository.apache.org/content/repositories/snapshots'
}
}
}

configurations {
Expand Down

0 comments on commit 4cacca3

Please sign in to comment.