scan Cache For Missing Artifacts
fun scanCacheForMissingArtifacts(filesRoot: File, capturedUrls: Set<String>, repoUrls: List<String>, logger: Logger): List<String>(source)
Scans the Gradle file cache for artifacts not already in capturedUrls. Picks up artifacts resolved during included build configuration (e.g. build-logic's kotlin-dsl plugin) that the listener missed.
Uses HEAD checks to validate URLs before emitting.