api / org.gradle.api.artifacts / ResolvedConfiguration / getResolvedArtifacts

getResolvedArtifacts

abstract fun getResolvedArtifacts(): MutableSet<ResolvedArtifact>

Returns the set of artifact meta-data for this configuration.

Exceptions

ResolveException - when the resolve was not successful.

Return
The set of artifacts.