Skip to content

Commit

Permalink
build: use groovy instead of groovy-all dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Oct 30, 2024
1 parent 9f7d308 commit 73683a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ java {
group = 'to.wetransform'

dependencies {
implementation "org.codehaus.groovy:groovy-all:2.5.23"
implementation "org.codehaus.groovy:groovy:2.5.23"

testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
Expand Down

0 comments on commit 73683a8

Please sign in to comment.