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 7, 2024
1 parent 4212fef commit 57b98a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ testing {
implementation(libs.azure.storage.blob)
runtimeOnly(libs.logback.classic)
}
ociImageDependencies {
runtime("hivemq:hivemq4:latest") { isChanging = true }
runtime("azure-storage:azurite:3.29.0").tag("latest")
runtime("shopify:toxiproxy:2.1.0").tag("latest")
oci.of(this) {
imageDependencies {
runtime("hivemq:hivemq4:latest") { isChanging = true }
runtime("azure-storage:azurite:3.29.0").tag("latest")
runtime("shopify:toxiproxy:2.1.0").tag("latest")
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ testcontainers-toxiproxy = { module = "org.testcontainers:toxiproxy", version.re
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
hivemq-extension = { id = "com.hivemq.extension", version = "3.1.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 57b98a8

Please sign in to comment.