Skip to content

Commit

Permalink
Merge pull request #185 from SwissDataScienceCenter/cli-packaging
Browse files Browse the repository at this point in the history
Allow to package the search-cli utility
  • Loading branch information
eikek authored Aug 14, 2024
2 parents 9d5a237 + 9e44185 commit 0057b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ lazy val searchApi = project

lazy val searchCli = project
.in(file("modules/search-cli"))
.enablePlugins(AutomateHeaderPlugin)
.enablePlugins(AutomateHeaderPlugin, JavaAppPackaging, DockerImagePlugin)
.disablePlugins(DbTestPlugin, RevolverPlugin)
.withId("search-cli")
.settings(commonSettings)
Expand Down

0 comments on commit 0057b87

Please sign in to comment.