mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 02:11:40 +01:00
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
|
name := "bitcoin-s-cli"
|
||
|
|
||
|
libraryDependencies ++= Deps.cli
|
||
|
|
||
|
graalVMNativeImageOptions += "-H:EnableURLProtocols=http"
|
||
|
|
||
|
enablePlugins(JavaAppPackaging, GraalVMNativeImagePlugin)
|