Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 351 Bytes

File metadata and controls

14 lines (7 loc) · 351 Bytes

Static Code Analysis

Application used and example for setting static code analysis for Java projects.

More info can be found in the following blog post.

Running Checks

./gradlew clean check

Building Application

./gradlew clean build