io.freefair.android-checkstyle
Owner: Lars Grefer
Run Checkstyle on your android source-sets
https://docs.freefair.io/android-gradle-plugins/7.2.0-m1/
Sources: https://github.com/freefair/android-gradle-plugins
Version 7.2.0-m1 (latest)
7.2.0-m1
Created 24 May 2022.
Run Checkstyle on your android source-sets
Add this plugin to your build using the plugins DSL:
plugins {
id("io.freefair.android-checkstyle") version "7.2.0-m1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.freefair.gradle:android-gradle-plugins:7.2.0-m1") } } apply(plugin = "io.freefair.android-checkstyle")
- Applying plugins to all subprojects .