@Incubating public static interface IvyArtifactRepository.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 | ivyDescriptor() | Indicates that this repository will contain Ivy descriptors. | 
void gradleMetadata()
void ivyDescriptor()
void artifact()