mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-15 20:30:17 +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)
|
enablePlugins(JavaAppPackaging, GraalVMNativeImagePlugin)
|
||||||
|
|
||||||
publish / skip := true
|
|
||||||
|
|
|
@ -309,6 +309,9 @@ lazy val appServerTest = project
|
||||||
lazy val cli = project
|
lazy val cli = project
|
||||||
.in(file("app/cli"))
|
.in(file("app/cli"))
|
||||||
.settings(CommonSettings.prodSettings: _*)
|
.settings(CommonSettings.prodSettings: _*)
|
||||||
|
.settings(
|
||||||
|
name := "bitcoin-s-cli"
|
||||||
|
)
|
||||||
.dependsOn(
|
.dependsOn(
|
||||||
appCommons
|
appCommons
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue