mirror of https://github.com/sbt/sbt.git
Remove project/build-loaders test
This commit is contained in:
parent
4d86a4b3f8
commit
e92324ead8
|
|
@ -1,13 +0,0 @@
|
|||
import sbt._
|
||||
import Keys._
|
||||
import Import._
|
||||
|
||||
object EmptyLoaderBuild extends Build {
|
||||
override def buildLoaders = BuildLoader.transform(_.unit) :: Nil
|
||||
lazy val root = (
|
||||
project in file(".")
|
||||
settings(
|
||||
name := "foo"
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Just making sure the build compiles is enough of a test.
|
||||
> name
|
||||
Loading…
Reference in New Issue