mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 11:35:40 +01:00
Publish Cli as library (#2433)
This commit is contained in:
parent
493673c68b
commit
336d672764
2 changed files with 3 additions and 2 deletions
|
@ -16,5 +16,3 @@ graalVMNativeImageOptions ++= Seq(
|
|||
)
|
||||
|
||||
enablePlugins(JavaAppPackaging, GraalVMNativeImagePlugin)
|
||||
|
||||
publish / skip := true
|
||||
|
|
|
@ -309,6 +309,9 @@ lazy val appServerTest = project
|
|||
lazy val cli = project
|
||||
.in(file("app/cli"))
|
||||
.settings(CommonSettings.prodSettings: _*)
|
||||
.settings(
|
||||
name := "bitcoin-s-cli"
|
||||
)
|
||||
.dependsOn(
|
||||
appCommons
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue