Artifact.WithQualifiers

Added in 9.3.0-alpha03

@Incubating
interface Artifact.WithQualifiers


Denotes a Multiple artifact that can have qualifiers attached to each of its FileSystemLocation instances.

While Multiple artifacts are stored in a flat namespace, it can be beneficial to attach metadata to each artifact. This allows consumers to filter artifacts of interest and only resolve those particular org.gradle.api.provider.Provider instances, rather than resolving all of them.

Summary

Public properties

List<String>?

The list of attribute keys that can be used to query for specific artifacts.

Public properties

qualifierKeys

Added in 9.3.0-alpha03
val qualifierKeysList<String>?

The list of attribute keys that can be used to query for specific artifacts.