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 keySIGNING_KEY_ID
– GPG signing key IDSIGNING_PASSWORD
– GPG signing key password (if set)SONATYPE_PASSWORD
– Sonatype PAT usernameSONATYPE_USERNAME
– Sonatype PAT password