Skip to content

Commit f3d9d2d

Browse files
authored
Revert "Add back logic for groovy snapshot support"
1 parent 4cacca3 commit f3d9d2d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ 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-
}
5549
}
5650

5751
configurations {

0 commit comments

Comments
 (0)