Platforms

Functions

Link copied to clipboard
fun applyFromCatalog(project: Project, catalog: VersionCatalog = project.getVersionsCatalog())

Applies constraints from a given catalog.

Link copied to clipboard
fun applyToProject(project: Project, dependencies: DependencyCollection)

Applies dependencies in java-platform project by bridging their definitions from a given dependency collection to versions defined in gradle properties (usually via gradle.properties.

Link copied to clipboard
fun rewriteBuildFiles(rootProjectDir: File, logger: Logger, dependencyCollection: DependencyCollection)

Rewrites build files in the new toml format instead.