Skip to content

Commit 1e03b88

Browse files
committed
Switch to groovy 4.0.27-SNAPSHOT
1 parent fc58943 commit 1e03b88

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ext {
8484
'bootstrap.version' : '5.3.3',
8585
'commons-codec.version' : '1.17.1',
8686
'geb-spock.version' : '7.0',
87-
'groovy.version' : '4.0.26',
87+
'groovy.version': '4.0.27-SNAPSHOT',
8888
'h2.version' : '2.3.232',
8989
'jackson.version' : '2.18.2',
9090
'jquery.version' : '3.7.1',

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ org.gradle.caching=true
5252
# org.gradle.configuration-cache=true
5353
org.gradle.parallel=true
5454
org.gradle.daemon=true
55-
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=1024M
55+
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1792M -XX:MaxMetaspaceSize=1024M
5656

5757
# libraries only specific to test apps, these should not be exposed
5858
jbossTransactionApiVersion=2.0.0.Final

grails-gradle/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ allprojects {
3131
// mavenLocal()
3232
mavenCentral()
3333
gradlePluginPortal()
34+
maven { url = 'https://repository.apache.org/content/groups/snapshots' }
3435
}
3536

3637
props.forEach { k, v -> project.ext.set(k as String, v) }

0 commit comments

Comments
 (0)