Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Add missing Action<T> overloads to TaskExecutionGraph #123

Closed
bamboo opened this issue Sep 7, 2016 · 0 comments
Closed

Add missing Action<T> overloads to TaskExecutionGraph #123

bamboo opened this issue Sep 7, 2016 · 0 comments

Comments

@bamboo
Copy link
Member

bamboo commented Sep 7, 2016

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)
@bamboo bamboo added this to the 0.3.2 milestone Sep 7, 2016
@bamboo bamboo changed the title Introduce missing Action<T> overloads to TaskExecutionGraph Add missing Action<T> overloads to TaskExecutionGraph Sep 7, 2016
@bamboo bamboo self-assigned this Sep 7, 2016
bamboo added a commit to gradle/gradle that referenced this issue Sep 7, 2016
For parity between the Groovy and Kotlin scripting frontends.

Resolves gradle/kotlin-dsl-samples#123
+REVIEW
@bamboo bamboo closed this as completed Sep 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant