mirror of https://github.com/sbt/sbt.git
scalafmt
This commit is contained in:
parent
f8903ab37a
commit
2f1de0b962
|
|
@ -68,7 +68,7 @@ final case class Extracted(
|
|||
|
||||
/**
|
||||
* Runs the task specified by `key` and returns the unhandled direct result of EvaluateTask.
|
||||
*
|
||||
*
|
||||
* This method differs from `runTask` in that it does not unwrap the option, or process results.
|
||||
*/
|
||||
def runTaskUnhandled[T](key: TaskKey[T], state: State): Option[(State, Result[T])] =
|
||||
|
|
|
|||
Loading…
Reference in New Issue