mirror of https://github.com/sbt/sbt.git
Add scripted test for `~compile` in play
This commit is contained in:
parent
3f6fa7ee87
commit
f515aab8d7
|
|
@ -0,0 +1,2 @@
|
|||
object Controller {
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
enablePlugins(PlayScala)
|
||||
|
||||
watchOnIteration := { (_, _, _) => Watch.CancelWatch }
|
||||
|
|
@ -0,0 +1 @@
|
|||
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3")
|
||||
|
|
@ -0,0 +1 @@
|
|||
> ~compile
|
||||
Loading…
Reference in New Issue