Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 667 Bytes

File metadata and controls

15 lines (11 loc) · 667 Bytes

How to prepare for a new version

First of all increase the plugin version in publish.gradle file. Because all integration tests are based on building and publishing the current code on localMaven.

Maven Central

After finishing development create a release/x.x.x branch and wait for Github Actions to finish deploying. Then you should close the repo in sonatype and publish manually in bintray panel.

As of January 2026, the Maven Central repository is no longer supported, please use the Gradle Plugin Portal instead.

Gradle Plugin Portal

Run plugin portal > publishPlugin gradle task