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 5a7477d commit dabb5eeCopy full SHA for dabb5ee
1 file changed
Rakefile
@@ -34,8 +34,7 @@ if RUBY_PLATFORM =~ /java/
34
jars = ["#{jruby_home}/lib/jruby.jar"]
35
ext.classpath = jars.map { |x| File.expand_path(x) }.join(':')
36
ext.lib_dir = File.join(*['lib', 'msgpack', ENV['FAT_DIR']].compact)
37
- ext.source_version = '1.8'
38
- ext.target_version = '1.8'
+ ext.release = '8'
39
end
40
else
41
require 'rake/extensiontask'
0 commit comments