Gradle Configuration Cache Store Result
data class GradleConfigurationCacheStoreResult(@Json(name = "duration" ) val duration: Long, @Json(name = "hasFailed" ) val hasFailed: Boolean)
The configuration cache store result of a Gradle build.
Parameters
duration
The duration of the configuration cache store operation in milliseconds. Does not include dependency resolution time.
has Failed
True when the configuration cache store operation fails, false otherwise.