Skip to content

creek-service/creek-release-test

Repository files navigation

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.