Skip to content

Commit fa7f937

Browse files
committed
Update to Groovy 4.0.30 & support changing to a staged version of Groovy
1 parent 331ea10 commit fa7f937

File tree

7 files changed

+13
-1
lines changed

7 files changed

+13
-1
lines changed

build-logic/settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pluginManagement {
4646
url = 'https://repository.apache.org/content/groups/staging'
4747
content {
4848
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
49+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
4950
}
5051
mavenContent {
5152
releasesOnly()
@@ -111,6 +112,7 @@ dependencyResolutionManagement {
111112
url = 'https://repository.apache.org/content/groups/staging'
112113
content {
113114
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
115+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
114116
}
115117
mavenContent {
116118
releasesOnly()

buildSrc/settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ pluginManagement {
4848
url = 'https://repository.apache.org/content/groups/staging'
4949
content {
5050
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
51+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
5152
}
5253
mavenContent {
5354
releasesOnly()
@@ -90,6 +91,7 @@ dependencyResolutionManagement {
9091
url = 'https://repository.apache.org/content/groups/staging'
9192
content {
9293
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
94+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
9395
}
9496
mavenContent {
9597
releasesOnly()

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ext {
7373
'bootstrap.version' : '5.3.8',
7474
'commons-codec.version' : '1.18.0',
7575
'geb-spock.version' : '8.0.1',
76-
'groovy.version' : '4.0.29',
76+
'groovy.version' : '4.0.30',
7777
'jackson.version' : '2.19.1',
7878
'jquery.version' : '3.7.1',
7979
'liquibase-hibernate5.version': '4.27.0',

grails-forge/settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pluginManagement {
5353
url = 'https://repository.apache.org/content/groups/staging'
5454
content {
5555
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
56+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
5657
}
5758
mavenContent {
5859
releasesOnly()
@@ -141,6 +142,7 @@ dependencyResolutionManagement {
141142
url = 'https://repository.apache.org/content/groups/staging'
142143
content {
143144
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
145+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
144146
}
145147
mavenContent {
146148
releasesOnly()

grails-gradle/buildSrc/settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pluginManagement {
4646
url = 'https://repository.apache.org/content/groups/staging'
4747
content {
4848
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
49+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
4950
}
5051
mavenContent {
5152
releasesOnly()
@@ -84,6 +85,7 @@ dependencyResolutionManagement {
8485
url = 'https://repository.apache.org/content/groups/staging'
8586
content {
8687
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
88+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
8789
}
8890
mavenContent {
8991
releasesOnly()

grails-gradle/settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pluginManagement {
5050
url = 'https://repository.apache.org/content/groups/staging'
5151
content {
5252
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
53+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
5354
}
5455
mavenContent {
5556
releasesOnly()
@@ -136,6 +137,7 @@ dependencyResolutionManagement {
136137
url = 'https://repository.apache.org/content/groups/staging'
137138
content {
138139
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
140+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
139141
}
140142
mavenContent {
141143
releasesOnly()

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pluginManagement {
5454
url = 'https://repository.apache.org/content/groups/staging'
5555
content {
5656
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
57+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
5758
}
5859
mavenContent {
5960
releasesOnly()
@@ -490,6 +491,7 @@ dependencyResolutionManagement {
490491
content {
491492
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
492493
includeModuleByRegex('org[.]apache[.]groovy[.]geb', 'geb-.*')
494+
includeModuleByRegex('org[.]apache[.]groovy', 'groovy')
493495
}
494496
mavenContent {
495497
releasesOnly()

0 commit comments

Comments
 (0)