Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Jan 12, 2024
1 parent 955b1d8 commit b223be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version project.projectVersion
ext {
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: project.groovyVersion
isCiBuild = System.getenv().get("TRAVIS") == 'true' || (System.getenv().get("CI") as Boolean)
commonBuild = 'https://raw.githubusercontent.com/grails/grails-common-build/v2.0.2'
commonBuild = 'https://raw.githubusercontent.com/grails/grails-common-build/v2.0.3'
}

apply plugin:'idea'
Expand Down

0 comments on commit b223be2

Please sign in to comment.