mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
b52ec8b041
Co-authored-by: nkohen <nadavk25@gmail.com>
11 lines
240 B
Scala
11 lines
240 B
Scala
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
|