Skip to content

Commit

Permalink
Revert "Fixing Java 8 incompatibility caused by use of old jruby" bec…
Browse files Browse the repository at this point in the history
…ause it breaks java 7 compatibility :(

This reverts commit 3c4c9c0.
  • Loading branch information
barancev committed Mar 28, 2014
1 parent 3c4c9c0 commit 7a6270b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rake-tasks/crazy_fun/mappings/java.rb
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,7 @@ def handle(fun, dir, args)
:debug => true,
:nowarn => true,
:source => '1.6',
:target => '1.6',
:compiler => 'extJavac'
:target => '1.6'
) { |ant|
ant.classpath(:refid => "#{args[:name]}.path")

Expand Down

0 comments on commit 7a6270b

Please sign in to comment.