We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52fb1b commit 4aac100Copy full SHA for 4aac100
lib/jruby_art/runner.rb
@@ -152,7 +152,6 @@ def show_help
152
153
def show_version
154
require 'erb'
155
- require_relative 'helpers/version_error'
156
warn 'JDK8 is preferred' unless ENV_JAVA['java.specification.version'] == '1.8'
157
template = ERB.new <<-EOF
158
JRubyArt version <%= JRubyArt::VERSION %>
0 commit comments