Skip to content

Commit cbb7532

Browse files
committed
ensure the apache repo is always after the combined grails repo
1 parent 87db677 commit cbb7532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grails-profiles/profile/skeleton/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ buildscript {
22
repositories {
33
gradlePluginPortal()
44
mavenCentral()
5-
maven { url = 'https://repository.apache.org/content/groups/public' }
65
maven { url = 'https://repo.grails.org/grails/restricted' }
6+
maven { url = 'https://repository.apache.org/content/groups/public' }
77
// mavenLocal() // for local testing, do not commit uncommented
88
}
99
dependencies {
@@ -19,8 +19,8 @@ version = '1.0.0-SNAPSHOT'
1919

2020
repositories {
2121
mavenCentral()
22-
maven { url = 'https://repository.apache.org/content/groups/public' }
2322
maven { url = 'https://repo.grails.org/grails/restricted' }
23+
maven { url = 'https://repository.apache.org/content/groups/public' }
2424
// mavenLocal() // for local testing, do not commit uncommented
2525
}
2626

0 commit comments

Comments
 (0)