-
Notifications
You must be signed in to change notification settings - Fork 10
Running Grails Wrapper results in an error #573
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
Comments
Did you define your grails home , clear your build cache, and ensure sdkman didn't have an older version? All three of these have caused this issue. |
@jdaugherty No, I did not do any of these. It was my understanding that Grails Wrapper (similar to Gradle Wrapper) should not be influenced by these outside factors. |
@jamesfredley can give more background here, but it tries to cache so thats why it is. I think we should change the wrapper to download to a local .grails folder; then it wouldn't be |
@jdaugherty @matrei The issue here is the wrapper in forge needs to be updated. It currently has grails-wrapper.jar committed prior to the recent changes. |
Expected Behavior
./grailsw
should run without error.Actual Behaviour
Steps To Reproduce
Download and extract a
7.0.0-SNAPSHOT
project from Grails Forge.cd into the extracted project folder and execute
./grailsw --stacktrace
.Environment Information
OS: Linux
Java: 17
Example Application
No response
Version
7.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: