Skip to content

Commit

Permalink
Merge pull request #11668 from grails/bumpGroovy
Browse files Browse the repository at this point in the history
Bump to Apache Groovy 2.5.14
  • Loading branch information
puneetbehl committed Dec 19, 2020
2 parents d5038bb + dc13967 commit 67a6560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ apply plugin: 'idea'
ext {
isJava8Compatible = org.gradle.api.JavaVersion.current().isJava8Compatible()
bintrayPublish = false
// Sets release version
grailsVersion = project.projectVersion
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: project.groovyVersion
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
Expand Down

0 comments on commit 67a6560

Please sign in to comment.