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

Commit 126d0fc

Browse files
authored
Merge pull request #926 from jdaugherty/9.0.x
Remove snapshot repo since groovy 4.0.24 is released
2 parents 134a4c7 + 862edf2 commit 126d0fc

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
@@ -63,12 +63,6 @@ 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-
}
7266
}
7367
}
7468

0 commit comments

Comments
 (0)