Skip to content

Commit

Permalink
JRuby supports Java 8 and higher. Need to emit Java 8 classfile format
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Jul 2, 2024
1 parent d0a36cd commit 6981ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/extension.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if defined? JRUBY_VERSION
require "rake/javaextensiontask"
Rake::JavaExtensionTask.new("nio4r_ext") do |ext|
ext.ext_dir = "ext/nio4r"
ext.release = '9'
ext.release = '8'
end
else
require "rake/extensiontask"
Expand Down

0 comments on commit 6981ee2

Please sign in to comment.