@Incubating public interface DependencyResolutionManagement
Modifier and Type | Method | Description |
---|---|---|
void |
components(Action<? super ComponentMetadataHandler> registration) |
Registers component metadata rules used by all projects
|
ComponentMetadataHandler |
getComponents() |
Returns the shared component metadata handler
|
RepositoryHandler |
getRepositories() |
Returns the shared repository handler
|
Property<RepositoriesMode> |
getRepositoriesMode() |
|
Property<RulesMode> |
getRulesMode() |
|
void |
repositories(Action<? super RepositoryHandler> repositoryConfiguration) |
Configures the repositories used by all projects
|
void repositories(Action<? super RepositoryHandler> repositoryConfiguration)
repositoryConfiguration
- the repositories configurationRepositoryHandler getRepositories()
Property<RepositoriesMode> getRepositoriesMode()
void components(Action<? super ComponentMetadataHandler> registration)
registration
- the registration actionComponentMetadataHandler getComponents()