Skip to content

Commit

Permalink
Use Groovy 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Nov 2, 2023
1 parent 0d13cf2 commit 28d19ee
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-10-03T23-05-00,)")
classpath("de.gesellix:docker-client:[2023-11-01T18-45-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-11-01T18-45-00-groovy-4")
api("de.gesellix:docker-client:2023-11-01T18-45-00")

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

0 comments on commit 28d19ee

Please sign in to comment.