Skip to content

Commit

Permalink
fix: sbt config enable docker plugin (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro authored and mineme0110 committed Apr 30, 2024
1 parent d1187eb commit 61f5e6c
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 61f5e6c

Please sign in to comment.