Skip to content

Commit

Permalink
Add back snapshot support for groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Nov 8, 2024
1 parent 862edf2 commit 8f1eba3
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 @@ -63,6 +63,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'
}
}
}
}

Expand Down

0 comments on commit 8f1eba3

Please sign in to comment.