mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
Enable java app packaging on bundle project (#3144)
This commit is contained in:
parent
55db4fbd6b
commit
caf6c2e724
1 changed files with 1 additions and 0 deletions
|
@ -419,6 +419,7 @@ lazy val bundle = project
|
|||
.in(file("app/bundle"))
|
||||
.settings(CommonSettings.prodSettings: _*)
|
||||
.dependsOn(appServer, gui)
|
||||
.enablePlugins(JavaAppPackaging)
|
||||
|
||||
lazy val gui = project
|
||||
.in(file("app/gui"))
|
||||
|
|
Loading…
Add table
Reference in a new issue