Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 510 Bytes

07-publish-a-release-build-to-gradle-plugin-portal.md

File metadata and controls

13 lines (12 loc) · 510 Bytes

Pushing a release build to Gradle Plugin Portal

  1. Open the plugin directory:
    cd ./plugin
    
  2. Edit the gradle.properties file: Remove -alpha<number> from the VERSION_NAME and set the version to the release version. For example: 1.0.0.
  3. Upload binaries to Gradle's plugin portal:
    ./gradlew :plugin:publishPlugins
  4. Check uploaded plugin and version at Gradle Plugin Portal site.