Grails 7 Early Preview: <https://github.com/james...
# general
j
Grails 7 Early Preview: https://github.com/jamesfredley/grails-website-test/tree/7.0.0-SNAPSHOT - will now start directly:
Copy code
./gradlew bootRun
or
Copy code
./grailsw run-app
🎉 5
🙌 7
partygrails 6
Java 17 min, will run on 21.
Spring Framework 6.1.x supports up to Java 23, Grails may be slight different, but here it is running on 23.
partygrails 1
image.png
If you get any error messages about javax refresh dependencies from IntelliJ to pull in the latest snapshots or run the commands with a refresh ./gradlew bootRun --refresh-dependencies ./grailsw run-app --refresh-dependencies