tech.kronicle.dependencies-file
Owner: Simon Dean
This plugin outputs a `gradle-dependencies.yaml` file that can be committed to your Git repo and read by tools like Kronicle.
https://github.com/kronicle-tech/dependencies-file-gradle-plugin
Sources: https://github.com/kronicle-tech/dependencies-file-gradle-plugin.git
Version 0.1.21
0.1.21
Created 07 July 2022.
This plugin outputs a `gradle-dependencies.yaml` file that can be committed to your Git repo and read by tools like Kronicle.
Add this plugin to your build using the plugins DSL:
plugins {
id("tech.kronicle.dependencies-file") version "0.1.21"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("tech.kronicle.dependencies-file:dependencies-file-gradle-plugin:0.1.21") } } apply(plugin = "tech.kronicle.dependencies-file")
- Applying plugins to all subprojects .