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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I've got RVM installed, and it sets a $RUBY_VERSION to whatever ruby it's going to use.
This upsets the maven build process and it fails with "invalid RUBY_VERSION" if I unset RUBY_VERSION first, everything is happy.
unset RUBY_VERSION
Probable solution is to make sure that the jruby backend build process unsets that environment variable so that it doesn't bomb.
The text was updated successfully, but these errors were encountered:
a4440a2
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
Fix JRuby build when RUBY_VERSION is set. Closes #718.
33175f3
No branches or pull requests
I've got RVM installed, and it sets a $RUBY_VERSION to whatever ruby it's going to use.
This upsets the maven build process and it fails with "invalid RUBY_VERSION" if I
unset RUBY_VERSION
first, everything is happy.Probable solution is to make sure that the jruby backend build process unsets that environment variable so that it doesn't bomb.
The text was updated successfully, but these errors were encountered: