Skip to content

Commit

Permalink
Stay at Groovy 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jan 16, 2024
1 parent fcf8d06 commit e808836
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-12-01T19-40-00,)")
classpath("de.gesellix:docker-client:[2024-01-01T01-01-01,)")
}
}

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:2024-01-16T21-45-00-groovy-4")
api("de.gesellix:docker-client:2024-01-16T21-45-00")

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

0 comments on commit e808836

Please sign in to comment.