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 315b4c8 commit 282323bCopy full SHA for 282323b
build.gradle
@@ -18,7 +18,7 @@ apply plugin: 'idea'
18
19
ext {
20
bintrayPublish = false
21
- grailsVersion = '3.0.0.BUILD-SNAPSHOT'
+ grailsVersion = '3.0.0.RC2'
22
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
23
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
24
0 commit comments