bitcoin-s/app/gui/gui.sbt

13 lines
268 B
Text
Raw Normal View History

name := "bitcoin-s-gui"
libraryDependencies ++= Deps.gui
mainClass := Some("org.bitcoins.gui.WalletGUI")
enablePlugins(JavaAppPackaging)
publish / skip := true
// Fork a new JVM for 'run' and 'test:run' to avoid JavaFX double initialization problems
fork := true