Replies: 2 comments 2 replies
-
What environment are you in? Is that some kind of bash environment in Windows? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@CeaDev Maybe you can check the Github CI settings and compare with your local env: https://github.com/resteasy/resteasy/blob/main/.github/workflows/maven.yml In addition, using SdkMan to manage the java+maven installation can have less env problems: https://sdkman.io/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I keep getting this error message when I try running ./mvnw clean install
I've included "C:\Program Files\Java\jdk-23\bin" in my PATH
I've also added the Java_HOME system variable and set the value to "C:\Program Files\Java\jdk-23"
Beta Was this translation helpful? Give feedback.
All reactions