Skip to content

Commit

Permalink
Set the default java level to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 15, 2016
1 parent 08403f2 commit 0a6119f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .buckconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[java]
src_roots = /java/client/src, /java/client/test, /java/server/src, /java/server/test
source_level = 7
target_level = 7
source_level = 8
target_level = 8

[project]
ignore = \
Expand Down
4 changes: 2 additions & 2 deletions rake-tasks/crazy_fun/mappings/java.rb
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ def handle(fun, dir, args)
:optimize => true,
:debug => true,
:nowarn => true,
:source => '1.7',
:target => '1.7'
:source => '1.8',
:target => '1.8'
) { |ant|
ant.classpath(:refid => "#{args[:name]}.path")

Expand Down

0 comments on commit 0a6119f

Please sign in to comment.