dev.triumphteam.cataloger
Owner: Mateus Moreira
Join and validate version catalogs before publishing them.
https://github.com/TriumphTeam/cataloger
Sources: https://github.com/TriumphTeam/cataloger.git
Version 0.0.1 (latest)
0.0.1
Created 31 August 2023.
Join and validate version catalogs before publishing them.
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.triumphteam.cataloger") version "0.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.triumphteam:cataloger:0.0.1") } } apply(plugin = "dev.triumphteam.cataloger")
- Applying plugins to all subprojects .