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 e7f1b35 commit 9c5672eCopy full SHA for 9c5672e
build.gradle
@@ -23,7 +23,7 @@ apply plugin: 'idea'
23
ext {
24
bintrayPublish = false
25
// Sets release version
26
- grailsVersion = '4.0.0.BUILD-SNAPSHOT'
+ grailsVersion = '4.0.0.M2'
27
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.5.6"
28
// grailsVersion = '4.0.0'
29
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
0 commit comments