Skip to content

Commit aa1c3b4

Browse files
committed
[skip ci] deps: switch to grails publish 0.0.1
1 parent 0f9ab76 commit aa1c3b4

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

buildSrc/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5463
dependencies {

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext {
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',

grails-gradle/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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) }

grails-gradle/buildSrc/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4958
file('../../gradle.properties').withInputStream {

0 commit comments

Comments
 (0)