Skip to content

Commit 39de15c

Browse files
committed
Update gradle-oci to 0.19.0
1 parent a4ae373 commit 39de15c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ oci {
5050
runtime("com.hivemq:hivemq-enterprise:latest") { isChanging = true }
5151
}
5252
layers {
53-
layer("hivemqExtension") {
53+
layer("main") {
5454
contents {
5555
permissions("opt/hivemq/", 0b111_111_101)
5656
permissions("opt/hivemq/extensions/", 0b111_111_101)

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ testcontainers-toxiproxy = { module = "org.testcontainers:toxiproxy", version.re
2626
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
2727
hivemq-extension = { id = "com.hivemq.extension", version = "3.2.0" }
2828
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
29-
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.17.0" }
29+
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.19.0" }

0 commit comments

Comments
 (0)