Skip to content

Commit 61b7c16

Browse files
committed
Release Grails 3.2.5
1 parent 23ba8a2 commit 61b7c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ apply plugin: 'idea'
2222
ext {
2323
bintrayPublish = false
2424
// Sets release version
25-
grailsVersion = '3.2.5.BUILD-SNAPSHOT'
26-
// grailsVersion = '3.2.4'
25+
// grailsVersion = '3.2.5.BUILD-SNAPSHOT'
26+
grailsVersion = '3.2.5'
2727
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2828
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2929

0 commit comments

Comments
 (0)