mirror of
https://github.com/gradle/actions
synced 2026-07-01 22:12:55 +08:00
5203a0b09d
When enabled, the configuration-cache will cause the build to fail when a `buildFinished` listener is added. Instead, use a BuildService to listen for task failures and to write the results on build completion.