Skip to content

Commit

Permalink
Bump up source/target JVM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 8, 2023
1 parent 0feca00 commit bf32d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ if jruby?
ext.lib_dir = File.join 'lib', 'racc'
ext.ext_dir = File.join 'ext', 'racc'
# source/target jvm
ext.source_version = '1.6'
ext.target_version = '1.6'
ext.source_version = '1.7'
ext.target_version = '1.7'
jars = ["#{jruby_home}/lib/jruby.jar"] + FileList['lib/*.jar']
ext.classpath = jars.map { |x| File.expand_path x }.join( ':' )
ext.name = 'cparse-jruby'
Expand Down

0 comments on commit bf32d32

Please sign in to comment.