getArtifactUrls

abstract fun getArtifactUrls(): Set<URI>(source)

Deprecated

Maven repositories with separate locations for POMs and artifacts are a Gradle-only feature with no equivalent in Maven. This method is scheduled to be removed in Gradle 10.

Returns the additional URLs to use to find artifact files. Note that these URLs are not used to find POM files.

Return

The additional URLs. Returns an empty list if there are no such URLs.