mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-20 05:53:06 +01:00
8 lines
176 B
Text
8 lines
176 B
Text
|
name := "bitcoin-s-cli"
|
||
|
|
||
|
libraryDependencies ++= Deps.cli
|
||
|
|
||
|
graalVMNativeImageOptions += "-H:EnableURLProtocols=http"
|
||
|
|
||
|
enablePlugins(JavaAppPackaging, GraalVMNativeImagePlugin)
|