GradleConfigurationCacheStoreResult
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.
hasFailed
True when the configuration cache store operation fails, false otherwise.