Skip to content

Commit b0f9350

Browse files
authored
Merge pull request #1129 from jdaugherty/7.0.x
#14787 - reduce RAO load
2 parents 602a57a + 63f6814 commit b0f9350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ allprojects {
3939
maven {
4040
url = 'https://repository.apache.org/content/groups/snapshots'
4141
content {
42-
includeVersionByRegex 'org[.]apache[.]grails.*', '.*','.*SNAPSHOT'
42+
includeVersionByRegex 'org[.]apache[.]((grails)|(groovy)).*', '.*','.*SNAPSHOT'
4343
}
4444
}
4545
maven {

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
maven {
3333
url = 'https://repository.apache.org/content/groups/snapshots'
3434
content {
35-
includeVersionByRegex 'org[.]apache[.]grails.*', '.*','.*SNAPSHOT'
35+
includeVersionByRegex 'org[.]apache[.]((grails)|(groovy)).*', '.*','.*SNAPSHOT'
3636
}
3737
}
3838
maven {

0 commit comments

Comments
 (0)