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 e3e4fb7 commit f05fd73Copy full SHA for f05fd73
build.gradle
@@ -27,8 +27,8 @@ ext {
27
isJava8Compatible = org.gradle.api.JavaVersion.current().isJava8Compatible()
28
bintrayPublish = false
29
// Sets release version
30
- grailsVersion = '3.3.10.BUILD-SNAPSHOT'
31
-// grailsVersion = '3.3.9'
+ // grailsVersion = '3.3.10.BUILD-SNAPSHOT'
+ grailsVersion = '3.3.10'
32
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
33
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
34
dependencyVersions = [
0 commit comments