@Incubating public static interface MavenArtifactRepository.MetadataSources
| Modifier and Type | Method | Description | 
|---|---|---|
| void | artifact() | Indicates that this repository may not contain metadata files,
 but we can infer it from the presence of an artifact file. | 
| void | gradleMetadata() | Indicates that this repository will contain Gradle metadata. | 
| void | mavenPom() | Indicates that this repository will contain Maven POM files. | 
void gradleMetadata()
void mavenPom()
void artifact()