./grailsw update-wrapper
Grails | Wrapper |
---|---|
5.0.0 - 5.3.3 | 3.0.0.M1 |
5.3.4 - 5.3.X | 3.1.x |
6.x.x | 4.0.x |
7.x.x | 6.0.x |
- Release new version via GitHub Releases
- After GitHub action is completed and only after the new release is visible on https://central.sonatype.com/artifact/org.grails/grails7-wrapper/versions
- Update the branch to trigger gradle.yml to publish the next snapshot which will update the release version on https://repo.grails.org/artifactory/core/org/grails/grails7-wrapper/maven-metadata.xml
- The release version will be installed locally by grails-wrapper.jar, latest is only used when release is not present
<latest>6.0.1-SNAPSHOT</latest>
<release>6.0.0</release>