io.github.sbszcz.spring-conf-metadata-to-markdown
Owner: Sebastian
A gradle plugin that converts spring-configuration-metadata.json files into markdown tables and writes them into a markdown file.
https://github.com/sbszcz/spring-conf-metadata-markdown-gradle-plugin
Sources: https://github.com/sbszcz/spring-conf-metadata-markdown-gradle-plugin
Version 0.0.1
0.0.1
Created 01 December 2022.
A gradle plugin that converts spring-configuration-metadata.json files into markdown tables and writes them into a markdown file.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.sbszcz.spring-conf-metadata-to-markdown") version "0.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.sbszcz:spring-conf-metadata-markdown-gradle-plugin:0.0.1") } } apply(plugin = "io.github.sbszcz.spring-conf-metadata-to-markdown")
- Applying plugins to all subprojects .