- Find the latest version and latest checksums here: https://gradle.org/release-checksums/
- Update the
gradleWrapperandgradleWrapperShaversion in the version file. - In this directory run the following command twice:
This will update the
./gradlew wrapper
gradle/gradle-wrapper.propertiesandgradle/gradle-wrapper.jarfiles. - Now run the following command twice:
This will update the
./plugin/gradlew wrapper
plugin/gradle/gradle-wrapper.propertiesandplugin/gradle/gradle-wrapper.jarfiles.
The reason this is required is that the plugin itself is an included build of the parent project which is actually a gradle build intended to execute and test the samples.
Note: This section is only relevant for maintainers of the project.
How to perform a release of the plugin.
-
Trigger a new release with the Trigger Release Workflow. For non-rc tagged versions, this will update the
CHANGELOG.mdfile automatically. -
Verify that the CHANGELOG.md file looks good.
NOTE: If publishing a release candidate (rc) version, the
CHANGELOG.mdfile will not be updated automatically. You will need to inspect theCHANGELOG.mdand theREADME.mdfiles that are uploaded as workflow artifacts.NOTE: The
## [Unreleased]header should still remain, but should now be empty. This is expected by the GitHub release note upload step. -
Await the completion of the New Release Workflow. This will create a new release on GitHub and upload the release notes to the release.