New sbt 0.13 snazziness for += a task[T] to a setting[Seq[Task[T]] #866
Closed
Description
I'd love to be able to do the following:
val myAwesomeStuff = taskKey[Seq[File]]("makes the awesome")
resourceGenerators += myAwesomeStuff
Or some kind of equivalent.