Hello, I was trying to adopt gradle configuration cache in my project, and I am getting this error:
> Invocation of 'Task.project' by task 'MyProject:dotnetBuild' at execution time is unsupported.
I looked at the task implementation, and indeed it looks like it is accessing the project object at execution time.
Gradle version: 8.6
Plugin version: 3.1