Skip to content

Commit

Permalink
Update TestProject
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Mar 23, 2024
1 parent 10add2f commit 523363a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ internal class TestProject(projectDir: File) {
suites {
"test"(JvmTestSuite::class) {
useJUnitJupiter("5.10.0")
ociDependencies {
image(project)
image(project).tag("latest")
image(constraint("library:eclipse-temurin:20.0.1_9-jre-jammy"))
image("hivemq:hivemq4:4.16.0")
ociImageDependencies {
runtime(project)
runtime(project).tag("latest")
runtime(constraint("library:eclipse-temurin:20.0.1_9-jre-jammy"))
runtime("hivemq:hivemq4:4.16.0")
}
}
}
Expand Down

0 comments on commit 523363a

Please sign in to comment.