mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
This adds a macro-level hack to support += op for sourceGenerators and resourceGenerators using RHS of Initialize[Task[Seq[File]]]. When the types match up, the macro now calls `.taskValue` automatically.