Skip to content

Release process

This repo uses a multi-module Gradle build. When publishing, ensure the code, docs, and API compatibility checks are green.

Checklist

  • ./gradlew check
  • ./gradlew apiCheck
  • Verify docs build locally: ./gradlew docsBuild (once docs tasks are wired)
  • Update changelog: docs/changelog/CHANGELOG.md

See Publishing artifacts for Maven Central and Gradle Plugin Portal steps.