Don't use exception for reloading

I completely forgot about the StateTransform class which allows a task
to modify the state through its return value.
This commit is contained in:
Ethan Atkins
2019-07-26 15:03:32 -07:00
parent e3e2f29bdd
commit f5c8b8aad5
6 changed files with 18 additions and 42 deletions
@@ -21,8 +21,6 @@ final case class Reboot(
def arguments = argsList.toArray
}
private[sbt] case object Reload extends Exception(null, null, false, false)
final case class ApplicationID(
groupID: String,
name: String,