at.zierler.yamlvalidator
Owner: Florian Zierler
Validate your YAML files.
https://github.com/zierler-f/YAML-Validator-Plugin
Sources: https://github.com/zierler-f/YAML-Validator-Plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("at.zierler.yamlvalidator") version "1.5.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.at.zierler:yaml-validator-plugin:1.5.0") } } apply(plugin = "at.zierler.yamlvalidator")
- Applying plugins to all subprojects .