Skip to content

Commit

Permalink
Merge pull request #251 from grails/snakeyaml
Browse files Browse the repository at this point in the history
Remove forced version resolution strategy
  • Loading branch information
puneetbehl authored Nov 3, 2023
2 parents 1acc21e + 09d6632 commit 8e7c0aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ java {
configurations {
all {
resolutionStrategy.force 'org.codehaus.groovy:groovy-xml:3.0.13'
resolutionStrategy.force 'org.yaml:snakeyaml:1.33'
}
}

Expand Down

0 comments on commit 8e7c0aa

Please sign in to comment.