Skip to content

Commit

Permalink
Upgrade version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Feb 21, 2019
1 parent a0f3d12 commit 0e97fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ if defined?(RUBY_ENGINE) and RUBY_ENGINE == 'jruby'
classpath = (Dir['java/lib/*.jar'] << 'java/src' << JRUBY_JAR) * ':'
obj = src.sub(/\.java\Z/, '.class')
file obj => src do
sh 'javac', '-classpath', classpath, '-source', '1.5', '-target', '1.5', src
sh 'javac', '-classpath', classpath, '-source', '1.6', '-target', '1.6', src
end
JAVA_CLASSES << obj
end
Expand Down

0 comments on commit 0e97fd4

Please sign in to comment.