all.shared.gradle.project-style-checker
Owner: Gonzalo Müller Bravo
A small set of tasks for checking file style for all files and for checking code style of Gradle's code
https://github.com/gmullerb/project-style-checker/
Sources: https://github.com/gmullerb/project-style-checker/
Version 1.0.5-beta
1.0.5-beta
Created 12 August 2019.
A small set of tasks for checking file style for all files and for checking code style of Gradle's code
Add this plugin to your build using the plugins DSL:
plugins {
id("all.shared.gradle.project-style-checker") version "1.0.5-beta"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.all.shared.gradle.project-style-checker:project-style-checker:1.0.5-beta") } } apply(plugin = "all.shared.gradle.project-style-checker")
- Applying plugins to all subprojects .