DeployGate / gradle-deploygate-plugin

DeployGate plugin for the Gradle build system.
87 stars 24 forks source link

configuration-cache enabled builds are not supported yet #148

Open jmatsu opened 1 year ago

jmatsu commented 1 year ago

The styled build does not have any capability of Listener API.

https://discuss.gradle.org/t/gradle-configuration-cache-gradle-addlistener-is-unsupported/38691

jmatsu commented 1 year ago

A workaround is to add an option like --configuration-cache-problems=warn to ignore the problems.

jmatsu commented 1 year ago

See `Requirements in this document to support configuration enabled build. https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:requirements