Skip to content

Commit

Permalink
Use Groovy 3.x compatible dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix authored Dec 2, 2023
1 parent b263096 commit ec2467b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debug.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}

dependencies {
classpath("de.gesellix:docker-client:[2023-11-01T18-45-00,)")
classpath("de.gesellix:docker-client:[2023-12-01T19-40-00,)")
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
dependencies {
api(gradleApi())

api("de.gesellix:docker-client:2023-12-01T19-40-00-groovy-4")
api("de.gesellix:docker-client:2023-12-01T19-40-00")

testImplementation(localGroovy())
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
Expand Down

0 comments on commit ec2467b

Please sign in to comment.