Skip to content

Commit

Permalink
#318 WIP Use Groovy version from Gradle
Browse files Browse the repository at this point in the history
This should work for the Plugin and
result in compatibility for Spock
  • Loading branch information
ascheman committed Nov 19, 2024
1 parent 69e2196 commit 65844df
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 @@ -169,7 +169,6 @@ configure(subprojects) {
description "${rootProject.description} - Module ${project.name}"

dependencies {
implementation platform(libs.groovy.bom)
implementation platform(libs.slf4j.bom)

testImplementation platform(libs.spock)
Expand Down

0 comments on commit 65844df

Please sign in to comment.