Skip to content

Commit

Permalink
crazy fun back to 1.7 for now (so it works in ci), partial revert of 0…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Mar 16, 2016
1 parent c5472c6 commit 81d10fb
Showing 1 changed file with 2 additions and 2 deletions.
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.8',
:target => '1.8'
:source => '1.7',
:target => '1.7'
) { |ant|
ant.classpath(:refid => "#{args[:name]}.path")

Expand Down

0 comments on commit 81d10fb

Please sign in to comment.