mirror of
https://github.com/lightbend/config.git
synced 2025-04-01 23:20:20 +08:00
fork jvm for test, run, and test:run
This commit is contained in:
parent
a706c74396
commit
926a726ea3
@ -7,6 +7,12 @@ name := "config"
|
|||||||
|
|
||||||
version := "0.1"
|
version := "0.1"
|
||||||
|
|
||||||
|
fork in test := true
|
||||||
|
|
||||||
|
fork in run := true
|
||||||
|
|
||||||
|
fork in run in Test := true
|
||||||
|
|
||||||
libraryDependencies += "net.liftweb" %% "lift-json" % "2.4-SNAPSHOT" % "test"
|
libraryDependencies += "net.liftweb" %% "lift-json" % "2.4-SNAPSHOT" % "test"
|
||||||
|
|
||||||
libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"
|
libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"
|
||||||
|
Loading…
Reference in New Issue
Block a user