Gradle Android CodeQuality Plugin

A Gradle plugin which added tasks for checking java code quality for android projects

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.nrudenko
ArtifactId

ArtifactId

gradle-android-cq-plugin
Last Version

Last Version

0.1.7
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle Android CodeQuality Plugin
A Gradle plugin which added tasks for checking java code quality for android projects
Project URL

Project URL

https://github.com/nrudenko/gradle-android-cq-plugin
Source Code Management

Source Code Management

https://github.com/nrudenko/gradle-android-cq-plugin

Download gradle-android-cq-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.nrudenko/gradle-android-cq-plugin/ -->
<dependency>
    <groupId>com.github.nrudenko</groupId>
    <artifactId>gradle-android-cq-plugin</artifactId>
    <version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nrudenko/gradle-android-cq-plugin/
implementation 'com.github.nrudenko:gradle-android-cq-plugin:0.1.7'
// https://jarcasting.com/artifacts/com.github.nrudenko/gradle-android-cq-plugin/
implementation ("com.github.nrudenko:gradle-android-cq-plugin:0.1.7")
'com.github.nrudenko:gradle-android-cq-plugin:jar:0.1.7'
<dependency org="com.github.nrudenko" name="gradle-android-cq-plugin" rev="0.1.7">
  <artifact name="gradle-android-cq-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nrudenko', module='gradle-android-cq-plugin', version='0.1.7')
)
libraryDependencies += "com.github.nrudenko" % "gradle-android-cq-plugin" % "0.1.7"
[com.github.nrudenko/gradle-android-cq-plugin "0.1.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

THANKS FOR GREAT WORK!!!

https://github.com/sethrylan/rosette.git

gradle-android-cq-plugin

Gradle plugin for running tasks PMD, CPD, Findbugs, Checkstyle with android project

findbugs, pmd, cpd, checkstyle

Usage:

Add the plugin to your buildscript's dependencies section:

classpath 'com.github.nrudenko:gradle-android-cq-plugin:0.1+'

Apply the android-cq plugin:

apply plugin: 'android-cq'

Run: ./gradlew clean findbugs pmd cpd checkstyle

results will be placed in build/reports dir

Config:

For configs tasks use folder cq-config which will be created in project root dir after first tasks runing. In cq-config will be placed main configs(like ruleset, exclude etc.) and xsl files. For customizing tasks just replace appropriate config in task's folder.

Versions

Version
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0