Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jul 11, 2019
1 parent b93cdf4 commit b6337fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ext {
isJava8Compatible = org.gradle.api.JavaVersion.current().isJava8Compatible()
bintrayPublish = false
// Sets release version
grailsVersion = '4.0.0.BUILD-SNAPSHOT'
// grailsVersion = '4.0.0'
// grailsVersion = '4.0.0.BUILD-SNAPSHOT'
grailsVersion = '4.0.0'
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.5.6"
// grailsVersion = '4.0.0'
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
Expand Down

0 comments on commit b6337fc

Please sign in to comment.