Skip to content

Commit

Permalink
Default to 1.7-level bytecode in Java build (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jul 8, 2020
1 parent a86722f commit 3c480d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rake/javaextensiontask.rb
Expand Up @@ -35,8 +35,8 @@ def init(name = nil, gem_spec = nil)
@source_pattern = '**/*.java'
@classpath = nil
@debug = false
@source_version = '1.6'
@target_version = '1.6'
@source_version = '1.7'
@target_version = '1.7'
@encoding = nil
@java_compiling = nil
@lint_option = nil
Expand Down

0 comments on commit 3c480d4

Please sign in to comment.