Add scripted test for `~compile` in play

This commit is contained in:
Ethan Atkins 2019-08-21 08:54:58 -07:00
parent 3f6fa7ee87
commit f515aab8d7
4 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,2 @@
object Controller {
}

View File

@ -0,0 +1,3 @@
enablePlugins(PlayScala)
watchOnIteration := { (_, _, _) => Watch.CancelWatch }

View File

@ -0,0 +1 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3")

View File

@ -0,0 +1 @@
> ~compile