io.beekeeper.gradle.plugins.code-analysis-check
Owner: Beekeeper
Runs static analysis on the code to check for correctnes
https://github.com/beekpr/beekeeper-gradle-plugins/blob/master/README.md
Sources: https://github.com/beekpr/beekeeper-gradle-plugins/
Version 0.7.9
0.7.9
Created 23 September 2019.
Runs static analysis on the code to check for correctnes
Add this plugin to your build using the plugins DSL:
plugins {
id("io.beekeeper.gradle.plugins.code-analysis-check") version "0.7.9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.beekeeper.gradle:beekeeper-code-analysis-plugin:0.7.9") } } apply(plugin = "io.beekeeper.gradle.plugins.code-analysis-check")
- Applying plugins to all subprojects .