You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling ./gradlew tasks fails on a multi project setup with the error
> Could not determine the dependencies of task ':extended:j2objcTestRelease'.
I could reproduce this with my own multi project, but also with the projects from systemTests: mutliProject1 and externalLibrary1.
This does not occur with the project simple1.
This happens using gradle version 2.4 and also 2.9.
The text was updated successfully, but these errors were encountered:
i have seen this intermittently as well but not recently; it has never stopped an actual build, and thus has always been low priority.
is a ./gradlew build also failing or just the tasks diagnostics task?
Calling
./gradlew tasks
fails on a multi project setup with the errorI could reproduce this with my own multi project, but also with the projects from systemTests: mutliProject1 and externalLibrary1.
This does not occur with the project simple1.
This happens using gradle version 2.4 and also 2.9.
The text was updated successfully, but these errors were encountered: