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
Non-breaking typo
export JAVA_HOME=export JAVA_HOME=${JAVA_HOME_11_X64}
should be
export JAVA_HOME=${JAVA_HOME_11_X64}
cc @pxLi
https://github.com/NVIDIA/spark-rapids/blob/54145c445dc537cccade45dc1e477bd088707a7d/.github/workflows/mvn-verify-check.yml#L242C1-L243C1
The text was updated successfully, but these errors were encountered:
pxLi
Successfully merging a pull request may close this issue.
Non-breaking typo
should be
cc @pxLi
https://github.com/NVIDIA/spark-rapids/blob/54145c445dc537cccade45dc1e477bd088707a7d/.github/workflows/mvn-verify-check.yml#L242C1-L243C1
The text was updated successfully, but these errors were encountered: