VersionCatalogPlugin

abstract class VersionCatalogPlugin : Plugin<T> (source)

A Plugin makes it possible to generate a version catalog, which is a set of versions and coordinates for dependencies and plugins to import in the settings of a Gradle build.

Since

7.0

Constructors

Link copied to clipboard
@Inject
constructor(softwareComponentFactory: SoftwareComponentFactory)

Properties

Link copied to clipboard
val GENERATE_CATALOG_FILE_TASKNAME: String = "generateCatalogAsToml"
Link copied to clipboard
val GRADLE_PLATFORM_DEPENDENCIES: String = "versionCatalog"
Link copied to clipboard
val VERSION_CATALOG_ELEMENTS: String = "versionCatalogElements"

Functions

Link copied to clipboard
open fun apply(project: Project)