cache Artifact Rejected Reason
val cacheArtifactRejectedReason: GradleArtifactTransformExecutionEntry.CacheArtifactRejectedReason? = null
Parameters
cache Artifact Rejected Reason
The reason why the cache artifact is rejected: * artifact_size_too_large
- The size of the artifact is larger than the remote build cache can accept. The value is null
if the transform execution is not cacheable, or if the attempt to store the artifact does not succeed.