mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 19:05:53 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user