We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For Grails 7 we will distribute the grails-shell based CLI to SDKman as grails and the grails-forge based CLI as grailsforge.
grails-shell
grails
grails-forge
grailsforge
./gradlew assemble is now generating a working grails-shell based cli distribution in build/distributions/grails-${version}.zip
./gradlew assemble
build/distributions/grails-${version}.zip
Now we need to make workflow changes on grails-forge to send this to SDKman as grails with grailsforge
grails-forge changes: grails/grails-forge#496
https://github.com/sdkman/sdkman-vendor-gradle-plugin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description
For Grails 7 we will distribute the
grails-shell
based CLI to SDKman asgrails
and thegrails-forge
based CLI asgrailsforge
../gradlew assemble
is now generating a working grails-shell based cli distribution inbuild/distributions/grails-${version}.zip
Now we need to make workflow changes on grails-forge to send this to SDKman as
grails
withgrailsforge
grails-forge changes: grails/grails-forge#496
https://github.com/sdkman/sdkman-vendor-gradle-plugin
The text was updated successfully, but these errors were encountered: