jruby-maven-plugins icon indicating copy to clipboard operation
jruby-maven-plugins copied to clipboard

Make JRuby version checking more robust

Open headius opened this issue 5 months ago • 0 comments

This PR makes two changes:

  • Use the actual JRuby version in ScriptFactory version tests. This avoids us having to update these hardcoded strings with the JRuby version changes.
  • Modify the jruby -v parsing to look for the line starting with jruby, avoiding other logging output from JRuby or the underlying JDK (#140).

This will fix #140, but I was unable to reproduce the original issue even unpatched.

headius avatar Jul 09 '25 20:07 headius