mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 23:08:31 +01:00
11 lines
240 B
Text
11 lines
240 B
Text
|
name := "bitcoin-s-bundle"
|
||
|
|
||
|
mainClass := Some("org.bitcoins.bundle.AppBundle")
|
||
|
|
||
|
enablePlugins(JavaAppPackaging)
|
||
|
|
||
|
publish / skip := true
|
||
|
|
||
|
// Fork a new JVM for 'run' and 'test:run' to avoid JavaFX double initialization problems
|
||
|
fork := true
|