rakutentech / android-buildconfig

Shared (gradle) build configurations for Android and Java libraries
MIT License
21 stars 26 forks source link

Move PMD task before running tests to see results quicker. #60

Closed paulwang007 closed 4 years ago

paulwang007 commented 5 years ago

PMD task is one of the last tasks when running './gradlew build`, so

It is very annoying when run ./gradlew build, seeing all tests pass, which takes a long time, then PMD task fails.

Signed-off-by: Wang, Paul paul.wang@rakuten.com