jruby-maven-plugins
jruby-maven-plugins copied to clipboard
Remove escape sequence handling in JRuby 9.4.4.0 help output
The code here handles jruby/jruby#7864 by checking for both escaped and unescaped output.
https://github.com/jruby/jruby-maven-plugins/blob/90c2f80e3f024743894ab9ee949a082306760a2f/ruby-tools/src/test/java/de/saumya/mojo/ruby/script/AbstractLauncherTest.java#L64-L68
That issue will be fixed in JRuby 9.4.4.0, so once we upgrade jruby-maven-plugins we can remove the extra check.