Open patrickcapadmi opened 5 months ago
Hello @patrickcapadmi!
After the first look I'm not sure if we can do anything here, because maybe the issue is similar to https://github.com/gradle/gradle/issues/27443 and I would expect Gradle to automatically trigger dependent task/make the necessary setup following the provider chain. However, we will have a deeper look as well.
In the meantime, can you try running the build with --configuration-cache-problems=warn
flag, does it help?
When trying to run the uploadMapping gradle task with configuration cache enabled, I'm seeing the following failure:
Full stack trace from the configuration cache log:
The exact same setup runs fine with
--no-configuration-cache
passed into the gradle command.Additional context