mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 03:23:21 +02:00
Port tests/test-exclude
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
lazy val root = (project in file(".")).
|
||||
settings(
|
||||
libraryDependencies += "org.scalatest" %% "scalatest" % "1.9.1" % Test,
|
||||
parallelExecution in test := false
|
||||
)
|
||||
@@ -1,11 +0,0 @@
|
||||
import sbt._
|
||||
import Keys._
|
||||
import Defaults._
|
||||
import Import._
|
||||
|
||||
object B extends Build {
|
||||
lazy val root = Project("root", file("."), settings = defaultSettings ++ Seq(
|
||||
libraryDependencies += "org.scalatest" %% "scalatest" % "1.9.1" % "test",
|
||||
parallelExecution in test := false
|
||||
))
|
||||
}
|
||||
Reference in New Issue
Block a user