Skip to content

Commit 9c5672e

Browse files
committed
Release Grails 4 M2
1 parent e7f1b35 commit 9c5672e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'idea'
2323
ext {
2424
bintrayPublish = false
2525
// Sets release version
26-
grailsVersion = '4.0.0.BUILD-SNAPSHOT'
26+
grailsVersion = '4.0.0.M2'
2727
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.5.6"
2828
// grailsVersion = '4.0.0'
2929
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")

0 commit comments

Comments
 (0)