Skip to content
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

handle 9.0.0.0.rc1 and 9.0.0.0 jruby versions conversion correctly #145

Merged
merged 1 commit into from
Jul 7, 2015

Conversation

mkristian
Copy link
Contributor

fixes #144

@@ -59,7 +59,7 @@ class JRubyExecUtils {
String version = jrubyJarVersion(jar)
if(!version) {return null}

Matcher matches = version =~ /(\d{1,2})\.(\d{1,3})\.(\d{1,3})/
Matcher matches = version =~ /(\d{1,2})\.(\d{1,3})\.(\d{1,3}).*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably be slightly more clever about this, but I'll rasie a separate issue for that. I would rather see this merged.

ysb33r added a commit that referenced this pull request Jul 7, 2015
handle 9.0.0.0.rc1 and 9.0.0.0 jruby versions conversion correctly. I am merging this so long. It should work.
@ysb33r ysb33r merged commit 5200c39 into master Jul 7, 2015
@rtyler rtyler deleted the small-fix branch July 7, 2015 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Setting jruby defaultVersion or execVersion to 9.0.0.0.rc1 causes an error
2 participants