This repository was archived by the owner on Aug 19, 2020. It is now read-only.
This repository was archived by the owner on Aug 19, 2020. It is now read-only.
Add missing Action<T>
overloads to TaskExecutionGraph
#123
Closed
Description
The following methods are missing a Action<T>
or Spec<T>
counterpart:
org.gradle.api.execution.TaskExecutionGraph#whenReady(groovy.lang.Closure)
org.gradle.api.execution.TaskExecutionGraph#beforeTask(groovy.lang.Closure)
org.gradle.api.execution.TaskExecutionGraph#afterTask(groovy.lang.Closure)