File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,15 @@ allprojects {
6666 snapshotsOnly()
6767 }
6868 }
69+ maven {
70+ url = ' https://repository.apache.org/content/groups/staging'
71+ content {
72+ includeModuleByRegex(' org[.]apache[.]grails[.]gradle' , ' grails-publish' )
73+ }
74+ mavenContent {
75+ releasesOnly()
76+ }
77+ }
6978 }
7079}
7180
Original file line number Diff line number Diff line change @@ -72,6 +72,15 @@ allprojects {
7272 snapshotsOnly()
7373 }
7474 }
75+ maven {
76+ url = ' https://repository.apache.org/content/groups/staging'
77+ content {
78+ includeModuleByRegex(' org[.]apache[.]grails[.]gradle' , ' grails-publish' )
79+ }
80+ mavenContent {
81+ releasesOnly()
82+ }
83+ }
7584 }
7685
7786 tasks. withType(Test ). configureEach { Task testTask ->
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ repositories {
5656 content {
5757 includeGroupByRegex(' org[.]apache[.]grails.*' )
5858 }
59+ mavenContent {
60+ releasesOnly()
61+ }
5962 }
6063 maven {
6164 url = ' https://central.sonatype.com/repository/maven-snapshots'
You can’t perform that action at this time.
0 commit comments