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 333788c commit 8fe07dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ testing {
implementation(libs.gradleOci.junitJupiter)
runtimeOnly(libs.logback.classic)
}
ociImageDependencies {
runtime("hivemq:hivemq4:4.28.2").tag("latest")
runtime("localstack:localstack:3.5.0").tag("latest")
oci.of(this) {
imageDependencies {
runtime("hivemq:hivemq4:4.28.2").tag("latest")
runtime("localstack:localstack:3.5.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 @@ -37,4 +37,4 @@ defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
hivemq-extension = { id = "com.hivemq.extension", version = "3.1.0" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
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 8fe07dc

Please sign in to comment.