mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 15:02:17 +01:00
* Fix build warnings that came with sbt 1.5.0 * Fix more deprecation warnings * Fix more warnings
12 lines
274 B
Scala
12 lines
274 B
Scala
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 / run := true
|