MetadataSources

Allows configuring the sources of metadata for a specific repository.

Since

4.5

Functions

Link copied to clipboard
abstract fun artifact()
Indicates that this repository may not contain metadata files, but we can infer it from the presence of an artifact file.
Link copied to clipboard
abstract fun gradleMetadata()
Indicates that this repository will contain Gradle metadata.
Link copied to clipboard
Indicates that this repository will ignore Gradle module metadata redirection markers found in POM files.
Link copied to clipboard
abstract fun isArtifactEnabled(): Boolean
Indicates if this repository only contains artifacts.
Link copied to clipboard
Indicates if this repository contains Gradle module metadata.
Link copied to clipboard
Indicates if this repository ignores Gradle module metadata redirection markers.
Link copied to clipboard
abstract fun isMavenPomEnabled(): Boolean
Indicates if this repository contains Maven POM files.
Link copied to clipboard
abstract fun mavenPom()
Indicates that this repository will contain Maven POM files.