Skip to content

Commit

Permalink
Fixing Java 8 incompatibility caused by use of old jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 28, 2014
1 parent dba1304 commit 3c4c9c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rake-tasks/crazy_fun/mappings/java.rb
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ def handle(fun, dir, args)
:debug => true,
:nowarn => true,
:source => '1.6',
:target => '1.6'
:target => '1.6',
:compiler => 'extJavac'
) { |ant|
ant.classpath(:refid => "#{args[:name]}.path")

Expand Down

0 comments on commit 3c4c9c0

Please sign in to comment.