Support Gradle's configuration cache + project isolation features
Support Gradle's configuration cache + project isolation features
I get the following error with Gradle 8.4 / 8.5 and when the org.gradle.unsafe.isolated-projects property is set to true:
Failed to access task execution plan in Gradle on object of type 'org.gradle.configurationcache.CrossProjectConfigurationReportingTaskExecutionGraph'.
When this happens, it normally means you are using a new version of Gradle which is not supported by this plugin yet. You are using Gradle 8.5.
Open an issue at https://gitlab.com/barfuin/gradle-taskinfo/-/issues.
https://docs.gradle.org/current/userguide/configuration_cache.html
https://gradle.github.io/configuration-cache/#project_isolation
Edited by Barfuin