-
Notifications
You must be signed in to change notification settings - Fork 37
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
IllegalStateException: Task information is not available, as this task execution graph has not been populated. #299
Comments
Issue might be related to my Gradle version: 7.1. |
hi @mustafaberkaymutlu thanks for the report and the detailed description. Trying to understand better the problem I checked if there are some relevant changes in the Thanks again, and let me know |
Hello, We don't use configuration cache, however we do have build cache enabled. I don't have a sample project to reproduce this issue at the moment, I will try again to find the root cause and then let you know. I'll also try with the snapshot version to see if there is a difference. Best, |
@mustafaberkaymutlu I was able to reproduce locally the issue. It's only happening in the IDE, command line works well. We just published a new version:
Can you verify please? |
I just tried this, |
thanks for the heads-up, closing the issue |
Hello,
I am having this issue when I try to sync my project:
It seems like this line
Talaiot/library/core/talaiot/src/main/kotlin/io/github/cdsap/talaiot/TalaiotListener.kt
Line 118 in 17ff228
is throwing an IllegalStateException https://github.com/gradle/gradle/blob/master/subprojects/core/src/main/java/org/gradle/execution/taskgraph/DefaultTaskExecutionGraph.java#L360
because graph is empty at that time, can we handle this scenario in the library, or I also appreciate if you help me fix our setup.
Thanks in advance!
The text was updated successfully, but these errors were encountered: