Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.73 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.73 KB

License Coverage Status build CodeQL OpenSSF Scorecard

Creek release test

Hack space for release testing

Current version: 0.18.8

Gradle commands

  • ./gradlew format will format the code using Spotless.
  • ./gradlew static will run static code analysis, i.e. Spotbugs and Checkstyle.
  • ./gradlew check will run all checks and tests.
  • ./gradlew coverage will generate a cross-module Jacoco coverage report.