Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAJOR BUG: Grails 6 from downloads page is invalid #13144

Closed
codeconsole opened this issue Oct 3, 2023 · 1 comment
Closed

MAJOR BUG: Grails 6 from downloads page is invalid #13144

codeconsole opened this issue Oct 3, 2023 · 1 comment

Comments

@codeconsole
Copy link
Contributor

codeconsole commented Oct 3, 2023

Expected Behavior

Grails 6.0.0 from https://grails.org/download.html produces an old broken webapp using the create-app command
Grails 6.0.0 from sdk install grails 6.0.0 produces a current working app.

The Grails from the download page create-app uses Gradle 7.2 and doesn't correctly build war files.
The Grails from sdkman works fine.

See the differences here:
https://github.com/codeconsole/grails-distribution/compare/download..sdkman

Either update Grails 6.0.0 on the download page to a working version or release 6.0.1

DO NOT RELEASE 6.0.1 without merging grails/grails-gsp#380 and releasing grails-gsp 6.0.4 first

Make sure to update grails-core to grails-gsp 6.0.4 after releasing

@codeconsole
Copy link
Contributor Author

codeconsole commented Oct 3, 2023

NOTE: The GitHub release binary is the same as the one on the downloads page and also produces broken apps. The sdkman 6.0.0 version works great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant