We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ba8a2 commit 61b7c16Copy full SHA for 61b7c16
build.gradle
@@ -22,8 +22,8 @@ apply plugin: 'idea'
22
ext {
23
bintrayPublish = false
24
// Sets release version
25
- grailsVersion = '3.2.5.BUILD-SNAPSHOT'
26
-// grailsVersion = '3.2.4'
+ // grailsVersion = '3.2.5.BUILD-SNAPSHOT'
+ grailsVersion = '3.2.5'
27
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
28
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
29
0 commit comments