Hi,
I am executing a task from external gradle script using GradleBuild task type.
I need to get the result of the executed Gradle build task. Is it possible?
Thanks.
Hi,
I am executing a task from external gradle script using GradleBuild task type.
I need to get the result of the executed Gradle build task. Is it possible?
Thanks.
I will answer myself.
GradleBuild task is very similar to Gradle Tooling API. They are just a little bit more intelligent wrappers over command line Gradle execution.
There is no programmatic way to get the failing task.