File tree Expand file tree Collapse file tree 4 files changed +28
-1
lines changed Expand file tree Collapse file tree 4 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,15 @@ repositories {
4949 }
5050 mavenCentral()
5151 gradlePluginPortal()
52+ maven {
53+ url = ' https://repository.apache.org/content/groups/staging'
54+ content {
55+ includeModuleByRegex(' org[.]apache[.]grails[.]gradle' , ' grails-publish' )
56+ }
57+ mavenContent {
58+ releasesOnly()
59+ }
60+ }
5261}
5362
5463dependencies {
Original file line number Diff line number Diff line change 3030 ' commons-text.version' : ' 1.13.1' ,
3131 ' directory-watcher.version' : ' 0.19.1' ,
3232 ' gradle-spock.version' : ' 2.3-groovy-3.0' ,
33- ' grails-publish-plugin.version' : ' 0.0.1-SNAPSHOT ' ,
33+ ' grails-publish-plugin.version' : ' 0.0.1' ,
3434 ' grails-gdoc-engine.version' : ' 1.0.1' ,
3535 ' jansi.version' : ' 1.18' ,
3636 ' javaparser-core.version' : ' 3.27.0' ,
Original file line number Diff line number Diff line change @@ -45,6 +45,15 @@ allprojects {
4545 snapshotsOnly()
4646 }
4747 }
48+ maven {
49+ url = ' https://repository.apache.org/content/groups/staging'
50+ content {
51+ includeModuleByRegex(' org[.]apache[.]grails[.]gradle' , ' grails-publish' )
52+ }
53+ mavenContent {
54+ releasesOnly()
55+ }
56+ }
4857 }
4958
5059 props. forEach { k , v -> project. ext. set(k as String , v) }
Original file line number Diff line number Diff line change @@ -44,6 +44,15 @@ repositories {
4444 snapshotsOnly()
4545 }
4646 }
47+ maven {
48+ url = ' https://repository.apache.org/content/groups/staging'
49+ content {
50+ includeModuleByRegex(' org[.]apache[.]grails[.]gradle' , ' grails-publish' )
51+ }
52+ mavenContent {
53+ releasesOnly()
54+ }
55+ }
4756}
4857
4958file(' ../../gradle.properties' ). withInputStream {
You can’t perform that action at this time.
0 commit comments