We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 602a57a + 63f6814 commit b0f9350Copy full SHA for b0f9350
build.gradle
@@ -39,7 +39,7 @@ allprojects {
39
maven {
40
url = 'https://repository.apache.org/content/groups/snapshots'
41
content {
42
- includeVersionByRegex 'org[.]apache[.]grails.*', '.*','.*SNAPSHOT'
+ includeVersionByRegex 'org[.]apache[.]((grails)|(groovy)).*', '.*','.*SNAPSHOT'
43
}
44
45
buildSrc/build.gradle
@@ -32,7 +32,7 @@ repositories {
32
33
34
35
36
37
38
0 commit comments