Slack chat
Dokka docs
Version gradle-plugin-portal
Version maven-central

gradle-kotlin-delegates

GitHub Actions

The template also comes with GH actions to check builds on PRs and publish artefacts when creating a GH release. By
default, it’ll publish to GH packages and Maven Central. However, to fully unlock Maven Central publishing, you’ll need
to add these secrets to your GH repository. If you want to quickly disable Maven Central publishing, you can toggle it
at [./.github/workflows/release.yml#L80]`

  • SIGNING_KEY – GPG signing key
  • SIGNING_KEY_ID – GPG signing key ID
  • SIGNING_PASSWORD – GPG signing key password (if set)
  • SONATYPE_PASSWORD – Sonatype PAT username
  • SONATYPE_USERNAME – Sonatype PAT password

GitHub

View Github