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.
1 parent b87027d commit f27ec4bCopy full SHA for f27ec4b
grails-profiles/base/skeleton/build.gradle
@@ -2,7 +2,12 @@ buildscript {
2
repositories {
3
mavenCentral()
4
@buildRepositories@
5
-
+ maven {
6
+ url = 'https://repository.apache.org/content/groups/snapshots'
7
+ content {
8
+ includeVersionByRegex('org[.]apache[.](grails|groovy).*', '.*', '.*-SNAPSHOT')
9
+ }
10
11
}
12
dependencies {
13
classpath platform("org.apache.grails:grails-bom:$grailsVersion")
@@ -18,6 +23,12 @@ group "@grails.app.group@"
18
23
19
24
20
25
@repositories@
26
27
28
29
30
31
21
32
22
33
34
0 commit comments