Skip to content

Commit

Permalink
Update build.gradle (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Jan 11, 2024
1 parent 25e597f commit 0c29ad0
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/master'
commonBuild = 'https://raw.githubusercontent.com/grails/grails-common-build/v2.0.2'
}

apply plugin:'idea'
Expand Down

0 comments on commit 0c29ad0

Please sign in to comment.