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 f6ec26b commit 33fdc6fCopy full SHA for 33fdc6f
build.gradle
@@ -20,6 +20,7 @@ apply plugin: 'idea'
20
21
ext {
22
bintrayPublish = false
23
+ // Sets release version
24
grailsVersion = '3.0.0'
25
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
26
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
0 commit comments