sebastianharko / configtest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

With fork := false the following works:

sbt -Dconfig.file=alternative.conf "runMain com.test.Main"

With fork := true the following works:

sbt '; set javaOptions += "-Dconfig.file=alternative.conf" ; runMain com.test.Main'

About


Languages

Language:Scala 100.0%