Class ConfigurationCacheSettings_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @GradleVersion(since="6.6")
    @PluginVersion(since="3.4")
    public class ConfigurationCacheSettings_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    Indicates the build's decision whether to use the Configuration Cache.
    See Also:
    the Gradle User Guide

    An event stream will contain a single ConfigurationCacheSettings_1_0 for Gradle 6.6+, non otherwise.

    • Field Detail

      • configurationCache

        public final boolean configurationCache
        Whether the Configuration Cache was enabled for the build.
        See Also:
        the Gradle User Guide
    • Constructor Detail

      • ConfigurationCacheSettings_1_0

        public ConfigurationCacheSettings_1_0​(boolean configurationCache)