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

Commit 862edf2

Browse files
committed
Remove snapshot repo since groovy 4.0.24 is released
1 parent 134a4c7 commit 862edf2

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)