Interface MavenRepositoryContentDescriptor
- All Superinterfaces:
- InclusiveRepositoryContentDescriptor,- RepositoryContentDescriptor
Extends the repository content descriptor with Maven repositories specific options.
- Since:
- 5.1
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeclares that this repository only contains releases.voidDeclares that this repository only contains snapshots.Methods inherited from interface org.gradle.api.artifacts.repositories.InclusiveRepositoryContentDescriptorincludeGroup, includeGroupAndSubgroups, includeGroupByRegex, includeModule, includeModuleByRegex, includeVersion, includeVersionByRegexMethods inherited from interface org.gradle.api.artifacts.repositories.RepositoryContentDescriptorexcludeGroup, excludeGroupAndSubgroups, excludeGroupByRegex, excludeModule, excludeModuleByRegex, excludeVersion, excludeVersionByRegex, notForConfigurations, onlyForAttribute, onlyForConfigurations
- 
Method Details- 
releasesOnlyvoid releasesOnly()Declares that this repository only contains releases.
- 
snapshotsOnlyvoid snapshotsOnly()Declares that this repository only contains snapshots.
 
-