Skip to content

Commit 81d10fb

Browse files
committed
crazy fun back to 1.7 for now (so it works in ci), partial revert of 0a6119f
1 parent c5472c6 commit 81d10fb

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

rake-tasks/crazy_fun/mappings/java.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ def handle(fun, dir, args)
318318
:optimize => true,
319319
:debug => true,
320320
:nowarn => true,
321-
:source => '1.8',
322-
:target => '1.8'
321+
:source => '1.7',
322+
:target => '1.7'
323323
) { |ant|
324324
ant.classpath(:refid => "#{args[:name]}.path")
325325

0 commit comments

Comments
 (0)