com.worker8.android_lint_reporter
Owner: Tan Jun Rong
Gradle Plugin to parse, format, report Android Lint result back to Github Pull Request using Github Actions
https://github.com/worker8/AndroidLintReporter
Sources: https://github.com/worker8/AndroidLintReporter
Version 2.0.0
2.0.0
Created 09 April 2021.
Gradle Plugin to parse, format, report Android Lint result back to Github Pull Request using Github Actions
Add this plugin to your build using the plugins DSL:
plugins {
id("com.worker8.android_lint_reporter") version "2.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.worker8.android_lint_reporter:android_lint_reporter:2.0.0") } } apply(plugin = "com.worker8.android_lint_reporter")
- Applying plugins to all subprojects .