In order to publish a release with its version
ending with -SNAPSHOT
to
your local Maven repository:
./gradlew snapshot publishToMavenLocal
In order to publish a final release:
- Create the new release using the GitHub release workflow
- Publish the release at Maven Central Nexus
- Details are included in the workflow output
- In case of problems, contact Sonatype
curl -LfsS \
'https://search.maven.org/solrsearch/select?q=g:com.bkahlert.kommons&rows=20&wt=json' | {
jq -s \
'.[0].response.docs[].latestVersion'
}