Skip to content

Commit

Permalink
Add comment on reason CI_GROOVY_VERSION is not being used temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Aug 23, 2024
1 parent d942860 commit 15c9f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ buildscript {
}

ext {
// https://github.com/grails/grails-data-mapping/actions/runs/10528294929/job/29180566819
groovyVersion = /*System.getenv('CI_GROOVY_VERSION') ?:*/ project.groovyVersion
// overall project version
isCiBuild = System.getenv().get("CI") as Boolean
Expand Down

0 comments on commit 15c9f93

Please sign in to comment.