Skip to content

Commit

Permalink
Adapt TestProject to new constraint syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Feb 26, 2024
1 parent 57ae8c6 commit f45db24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ internal class TestProject(projectDir: File) {
imageDependencies.forTest(tasks.test) {
add(project)
add(project).tag("latest")
constraint("library:eclipse-temurin:20.0.1_9-jre-jammy")
add(constraint("library:eclipse-temurin:20.0.1_9-jre-jammy"))
add("hivemq:hivemq4:4.16.0")
}
}
Expand Down

0 comments on commit f45db24

Please sign in to comment.