Skip to content

Commit

Permalink
fix: sbt config enable docker plugin (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio <Pinheiro>
  • Loading branch information
FabioPinheiro authored and Fabio committed Apr 30, 2024
1 parent ae808fd commit cc9ebe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ lazy val mediator = project
dockerBaseImage := "openjdk:11",
)
.dependsOn(httpUtils.jvm) // did, didExample,
.enablePlugins(JavaAppPackaging, DockerPlugin)

// ############################
// #### Release process #####
Expand Down

0 comments on commit cc9ebe3

Please sign in to comment.