Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 590 Bytes

File metadata and controls

15 lines (13 loc) · 590 Bytes

Contributing

Several scripts in the project root are to aid in contributing.

  • build-as-ci-does.sh — Recreate locally the build used by CI in GitHub actions using Batect (Docker):
    • Clean full build for Gradle
    • Run the Gradle-built demo program
    • Clean full build for Maven
    • Run the Maven-built demo program
  • compare-tooling-versions.sh — Crude comparison of tool and plugin versions between Gradle and Maven. Dependabot only creates PRs for the Maven build; Gradle needs updating by hand.