DependsOn

sbt.internal.Action.DependsOn
final case class DependsOn[A](in: Task[A], deps: Seq[Task[_]]) extends Action[A]

A computation in that requires other tasks deps to be evaluated first.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product