Skip to content

Commit

Permalink
Update gradle-oci to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Oct 14, 2024
1 parent 0fd30ea commit 6d9bf6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ testing {
implementation(libs.okhttp)
runtimeOnly(libs.logback.classic)
}
ociImageDependencies {
runtime("hivemq:hivemq4:latest") { isChanging = true }
oci.of(this) {
imageDependencies {
runtime("hivemq:hivemq4:latest") { isChanging = true }
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ testcontainers-junitJupiter = { module = "org.testcontainers:junit-jupiter", ver
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
hivemq-extension = { id = "com.hivemq.extension", version = "3.2.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.15.1" }
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.16.0" }

0 comments on commit 6d9bf6b

Please sign in to comment.