This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch grails7m5 in repository https://gitbox.apache.org/repos/asf/grails-quartz.git
commit a0c537a93a02241999ede7205f447b509f5e57d9 Author: James Daugherty <[email protected]> AuthorDate: Mon Jul 21 15:06:56 2025 -0400 feature: update to Grails 7.0.0-M5 --- gradle.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 35db038..40f1f66 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # under the License. # projectVersion=4.0.0-SNAPSHOT -grailsVersion=7.0.0-M4 +grailsVersion=7.0.0-M5 javaVersion=17 asciidoctorGradlePluginVersion=4.0.4 @@ -25,9 +25,6 @@ gradleCryptoChecksumVersion=1.4.0 quartzVersion=2.5.0 ratVersion=0.8.1 -# TODO: This is a work around as Spring forces Groovy version 4.0.26 -groovy.version=4.0.27 - # This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs # https://github.com/apache/grails-gradle-plugin/issues/222 slf4jPreventExclusion=true
