com.vanniktech.code.quality.tools
Owner: Niklas Baudy
Gradle plugin that Gradle plugin that generates Findbugs-, Checkstyle- and PMD Tasks for every subproject.
http://github.com/vanniktech/gradle-code-quality-tools-plugin/
Sources: https://github.com/vanniktech/gradle-code-quality-tools-plugin
Version 0.20.0 (latest)
0.20.0
Created 10 April 2020.
Gradle plugin that generates ErrorProne, Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.vanniktech.code.quality.tools") version "0.20.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.vanniktech:gradle-code-quality-tools-plugin:0.20.0") } } apply(plugin = "com.vanniktech.code.quality.tools")
- Applying plugins to all subprojects .