Closed joelBrun closed 2 weeks ago
You seem to have opened the issue in the wrong place. Currently git only contains the frontend code for the sdkman client.
The current issue should be opened at https://github.com/sdkman/sdkman-db-migrations , and resolving such an issue only requires a PR like https://github.com/sdkman/sdkman-db-migrations/pull/709 .
Hi @joelBrun,
This is not a bug or even an issue with SDKMAN but rather with Grails. All we do is download the Grails zip archive from their web page onto your machine and unpack it. We don't modify the SDK or even cache it. I suggest you raise an issue with the Grails team to see if they can help you.
Closing this issue in accordance with the contributing guidelines linked below.
Bug report
The command
grails -version
returns an issue of buid executable architectureTo reproduce
sdk install java 11.0.25-tem sdk install grails 6.2.1 grails -version
or
sdk install java 17.0.13-tem sdk install grails 6.2.1 grails -version
System info