Skip to content

Commit 7a6270b

Browse files
committed
Revert "Fixing Java 8 incompatibility caused by use of old jruby" because it breaks java 7 compatibility :(
This reverts commit 3c4c9c0.
1 parent 3c4c9c0 commit 7a6270b

File tree

1 file changed

+1
-2
lines changed
  • rake-tasks/crazy_fun/mappings

1 file changed

+1
-2
lines changed

rake-tasks/crazy_fun/mappings/java.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@ def handle(fun, dir, args)
319319
:debug => true,
320320
:nowarn => true,
321321
:source => '1.6',
322-
:target => '1.6',
323-
:compiler => 'extJavac'
322+
:target => '1.6'
324323
) { |ant|
325324
ant.classpath(:refid => "#{args[:name]}.path")
326325

0 commit comments

Comments
 (0)