Package org.gradle.api.plugins.catalog
Class VersionCatalogPlugin
- java.lang.Object
-
- org.gradle.api.plugins.catalog.VersionCatalogPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
GENERATE_CATALOG_FILE_TASKNAME
static java.lang.String
GRADLE_PLATFORM_DEPENDENCIES
static java.lang.String
VERSION_CATALOG_ELEMENTS
-
Constructor Summary
Constructors Constructor Description VersionCatalogPlugin(SoftwareComponentFactory softwareComponentFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-
-
-
Field Detail
-
GENERATE_CATALOG_FILE_TASKNAME
public static final java.lang.String GENERATE_CATALOG_FILE_TASKNAME
- See Also:
- Constant Field Values
-
GRADLE_PLATFORM_DEPENDENCIES
public static final java.lang.String GRADLE_PLATFORM_DEPENDENCIES
- See Also:
- Constant Field Values
-
VERSION_CATALOG_ELEMENTS
public static final java.lang.String VERSION_CATALOG_ELEMENTS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VersionCatalogPlugin
@Inject public VersionCatalogPlugin(SoftwareComponentFactory softwareComponentFactory)
-
-