Skip to content

Commit 12324ff

Browse files
committed
Bump up source/target versions for Java extension
1 parent 0f2588c commit 12324ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ if jruby?
6363
ext.lib_dir = File.join 'lib', 'racc'
6464
ext.ext_dir = File.join 'ext', 'racc'
6565
# source/target jvm
66-
ext.source_version = '1.7'
67-
ext.target_version = '1.7'
66+
ext.source_version = '1.8'
67+
ext.target_version = '1.8'
6868
jars = ["#{jruby_home}/lib/jruby.jar"] + FileList['lib/*.jar']
6969
ext.classpath = jars.map { |x| File.expand_path x }.join( ':' )
7070
ext.name = 'cparse-jruby'

0 commit comments

Comments
 (0)