Skip to content

Commit

Permalink
Allow Groovy 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Mar 1, 2021
1 parent 330c3ca commit 8cf52eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[2.5,3)")
strictly("[2.5,)")
prefer("2.5.13")
}
}
}
}

api("de.gesellix:docker-engine:2021-02-20T00-49-21")
api("de.gesellix:docker-engine:2021-03-01T18-15-39")
api("de.gesellix:docker-compose:2021-02-19T23-58-16")

implementation("org.codehaus.groovy:groovy:[2.5,)")
Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[2.5,3)")
strictly("[2.5,)")
prefer("2.5.13")
}
}
Expand Down

0 comments on commit 8cf52eb

Please sign in to comment.