com.novoda.static-analysis
Owner: Novoda
A Gradle plugin to easily apply the same setup of static analysis tools across different Android, Java or Kotlin projects.
https://github.com/novoda/gradle-static-analysis-plugin
Sources: https://github.com/novoda/gradle-static-analysis-plugin
Version 1.2 (latest)
1.2
Created 22 November 2019.
A Gradle plugin to easily apply the same setup of static analysis tools across different Android, Java or Kotlin projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.novoda.static-analysis") version "1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.gradle-static-analysis-plugin:plugin:1.2") } } apply(plugin = "com.novoda.static-analysis")
- Applying plugins to all subprojects .