Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Release v0.8

Compare
Choose a tag to compare
@mr-archano mr-archano released this 19 Dec 18:35
· 148 commits to master since this release
5010351
  • Fix integration for all versions of Ktlint plugin PR#153
  • Make Findbugs Html report generation optional PR#154
staticAnalysis {
    findbugs {
        htmlReportEnabled false
    }
}
  • Display total number of errors and warnings PR#159
  • Less verbose Findbugs output PR#160