Skip to content

Commit

Permalink
Change groovy coordinates to org.apache.groovy.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Sep 5, 2024
1 parent 96632f8 commit a9af4fa
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 @@ -98,7 +98,7 @@ configurations {

dependencies {
// Use a newer groovy that doesn't have illegal reflective accesses.
groovy "org.codehaus.groovy:groovy-all:4.0.22"
groovy "org.apache.groovy:groovy-all:4.0.22"
}

apply from: file('buildSrc/scriptDepVersions.gradle')
Expand Down

0 comments on commit a9af4fa

Please sign in to comment.