File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,12 @@ allprojects {
3636 repositories {
3737 mavenCentral()
3838 maven { url = ' https://repo.grails.org/grails/restricted' }
39- maven { url = ' https://repository.apache.org/content/groups/snapshots' }
39+ maven {
40+ url = ' https://repository.apache.org/content/groups/snapshots'
41+ content {
42+ includeVersionByRegex ' org[.]apache[.]grails.*' , ' .*' ,' .*SNAPSHOT'
43+ }
44+ }
4045 maven {
4146 url = ' https://repository.apache.org/content/groups/staging'
4247 content {
Original file line number Diff line number Diff line change @@ -28,8 +28,13 @@ file('../gradle.properties').withInputStream {
2828
2929repositories {
3030 mavenCentral()
31- maven { url = ' https://repo.grails.org/grails/core' }
32- maven { url = ' https://repository.apache.org/content/groups/snapshots' }
31+ maven { url = ' https://repo.grails.org/grails/restricted' }
32+ maven {
33+ url = ' https://repository.apache.org/content/groups/snapshots'
34+ content {
35+ includeVersionByRegex ' org[.]apache[.]grails.*' , ' .*' ,' .*SNAPSHOT'
36+ }
37+ }
3338 maven {
3439 url = ' https://repository.apache.org/content/groups/staging'
3540 content {
Original file line number Diff line number Diff line change @@ -25,11 +25,6 @@ plugins {
2525
2626group = ' functional.test'
2727
28- repositories {
29- maven { url = ' https://repo.grails.org/grails/core' }
30- maven { url = ' https://repository.apache.org/content/repositories/snapshots' }
31- }
32-
3328dependencies {
3429
3530 implementation platform(" org.apache.grails:grails-bom:$grailsVersion " )
Original file line number Diff line number Diff line change @@ -25,11 +25,6 @@ plugins {
2525
2626group = ' functional.test'
2727
28- repositories {
29- maven { url = ' https://repo.grails.org/grails/core' }
30- maven { url = ' https://repository.apache.org/content/repositories/snapshots' }
31- }
32-
3328dependencies {
3429
3530 implementation platform(" org.apache.grails:grails-bom:$grailsVersion " )
You can’t perform that action at this time.
0 commit comments