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