File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
grails-profiles/profile/skeleton Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
2020repositories {
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
You can’t perform that action at this time.
0 commit comments