Skip to content

Commit

Permalink
Merge pull request #926 from jdaugherty/9.0.x
Browse files Browse the repository at this point in the history
Remove snapshot repo since groovy 4.0.24 is released
  • Loading branch information
jdaugherty authored Nov 8, 2024
2 parents 134a4c7 + 862edf2 commit 126d0fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ 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 126d0fc

Please sign in to comment.