Skip to content

Commit

Permalink
Add Apache Snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Sep 8, 2024
1 parent c58c501 commit f62fcf8
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 @@ -14,6 +14,12 @@ buildscript {
repositories {
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
if(groovyVersion.endsWith('-SNAPSHOT')) {
maven {
name = 'ASF Snapshot repo'
url = 'https://repository.apache.org/content/repositories/snapshots'
}
}
}

group = "org.grails"
Expand Down

0 comments on commit f62fcf8

Please sign in to comment.