bitcoin-s/app/bundle/bundle.sbt

11 lines
240 B
Text
Raw Normal View History

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