Skip to content

Commit

Permalink
Move files from docker to src/oci folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jan 23, 2025
1 parent a28be23 commit 535b030
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ oci {
layer("main") {
contents {
into("opt") {
from("docker/docker-entrypoint.sh") { filePermissions = 0b111_101_101 }
from("src/oci/docker-entrypoint.sh") { filePermissions = 0b111_101_101 }
permissions("hivemq/", 0b111_111_101)
into("hivemq") {
permissions("**/*.sh", 0b111_101_101)
Expand All @@ -265,7 +265,7 @@ oci {
permissions("extensions/*/hivemq-extension.xml", 0b110_110_100)
permissions("log/", 0b111_111_101)
from("src/distribution") { filter { exclude("**/.gitkeep") } }
from("docker/config.xml") { into("conf") }
from("src/oci/config.xml") { into("conf") }
from("src/main/resources/config.xsd") { into("conf") }
from(tasks.shadowJar) { into("bin").rename(".*", "hivemq.jar") }
}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 535b030

Please sign in to comment.