This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 5bf8241405d539604ef74ada3d1b64bcca707fd1 Merge: 2cb067e017 4d2ded2c0f Author: James Daugherty <[email protected]> AuthorDate: Fri Sep 5 12:10:35 2025 -0400 Merge pull request #15052 from jdaugherty/7.0.x fix: wrapper should only consider release types that are a higher priority than the wrapper version when packaged grails-wrapper/build.gradle | 2 + .../src/main/java/grails/init/GrailsVersion.java | 112 ++++++++++-- .../src/main/java/grails/init/GrailsWrapper.java | 82 +++++++++ .../src/main/java/grails/init/Start.java | 139 +-------------- .../groovy/grails/init/GrailsVersionSpec.groovy | 188 ++++++++++++++++++--- 5 files changed, 354 insertions(+), 169 deletions(-)
