mirror of https://github.com/sbt/sbt.git
Fix tests after moving things to internal
This commit is contained in:
parent
0cc9488632
commit
772e5bc06c
|
|
@ -1,3 +1,5 @@
|
|||
import sbt.internal.AddSettings
|
||||
|
||||
val a = "a"
|
||||
val f = file("a")
|
||||
val g = taskKey[Unit]("A task in the root project")
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
import sbt._, syntax._, Keys._
|
||||
|
||||
import sbt.internal.SessionSettings
|
||||
|
||||
object Common {
|
||||
lazy val k1 = taskKey[Unit]("")
|
||||
lazy val k2 = taskKey[Unit]("")
|
||||
|
|
|
|||
Loading…
Reference in New Issue