stanislavkozlovski commented on issue #1247: URL: https://github.com/apache/polaris/issues/1247#issuecomment-2748170558
I resolved this by using openjdk 21 as per the quickstart. Another reason why the quickstart didn't work for me is because `gradlew` wouldn't update to use the `jenv local` I had run. I ran these commands to fix it: ``` export PATH="$HOME/.jenv/bin:$PATH" ./gradlew --stop ``` (not sure if the PATH setting was needed) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
