-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such property: task for class #14
Comments
Running into the same issue:
|
I submitted PR #15 which fixes the issue, by disabling processing of any node types other than |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using gradle 5.1.1 and got this exception:
groovy.lang.MissingPropertyException: No such property: task for class: org.gradle.api.internal.artifacts.transform.TransformationNode$ChainedTransformationNode
Possible solutions: class, state
at cz.malohlava.VisTaskExecGraphPlugin$_printGraph_closure4.doCall(VisTaskExecGraphPlugin.groovy:164)
on line 164:
def sname = succ.task.path
I guess succ suppose to be TaskNode, but in that case, it is TransformationNode
The build is for android app.
I'll be happy if you can help me to solve it.
The text was updated successfully, but these errors were encountered: