We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2588c commit 12324ffCopy full SHA for 12324ff
1 file changed
Rakefile
@@ -63,8 +63,8 @@ if jruby?
63
ext.lib_dir = File.join 'lib', 'racc'
64
ext.ext_dir = File.join 'ext', 'racc'
65
# source/target jvm
66
- ext.source_version = '1.7'
67
- ext.target_version = '1.7'
+ ext.source_version = '1.8'
+ ext.target_version = '1.8'
68
jars = ["#{jruby_home}/lib/jruby.jar"] + FileList['lib/*.jar']
69
ext.classpath = jars.map { |x| File.expand_path x }.join( ':' )
70
ext.name = 'cparse-jruby'
0 commit comments