dev.aga.gradle.version-catalog-generator
Owner: Austin Arbor
Automatically generate a Gradle version catalog from a BOM
https://github.com/austinarbor/version-catalog-generator
Sources: https://github.com/austinarbor/version-catalog-generator
Version 2.1.2 (latest)
2.1.2
Created 16 November 2024.
Automatically generate a Gradle version catalog from a BOM
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.aga.gradle.version-catalog-generator") version "2.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.aga.gradle.plugin:plugin:2.1.2") } } apply(plugin = "dev.aga.gradle.version-catalog-generator")
- Applying plugins to all subprojects .