Interface VersionCatalogBuilder.PluginAliasBuilder
- Enclosing interface:
- VersionCatalogBuilder
public static interface VersionCatalogBuilder.PluginAliasBuilder
Allows configuring the version of a plugin
- Since:
- 7.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Configures the required version for this aliasvoid
version
(Action<? super MutableVersionConstraint> versionSpec) Configures the version for this aliasvoid
versionRef
(String versionRef) Configures this alias to use a version reference, created via theVersionCatalogBuilder.version(String, Action)
method.
-
Method Details
-
version
Configures the version for this alias -
version
Configures the required version for this alias -
versionRef
Configures this alias to use a version reference, created via theVersionCatalogBuilder.version(String, Action)
method.- Parameters:
versionRef
- the version reference
-