mirror of https://github.com/sbt/sbt.git
9 lines
117 B
Scala
9 lines
117 B
Scala
|
|
package coursier.util
|
||
|
|
|
||
|
|
abstract class PlatformTask {
|
||
|
|
|
||
|
|
implicit val gather: Gather[Task] =
|
||
|
|
new TaskGather {}
|
||
|
|
|
||
|
|
}
|