Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 541 Bytes

File metadata and controls

31 lines (21 loc) · 541 Bytes

Contributing

Local setup

The project targets Java 17.

./gradlew test

Useful tasks

./gradlew build
./gradlew jacocoTestReport
./gradlew publishToMavenLocal
./gradlew printReleaseCoords

Pull requests

Please include:

  • a short problem statement
  • the main API/files changed
  • tests or examples covering the change
  • any compatibility notes if public APIs moved

Release notes

See docs/RELEASE_CHECKLIST.md for the release flow and docs/MODEL_SELECTION_GUIDE.md for user-facing model guidance.