Skip to content

Commit

Permalink
Fixing the link to JUnit lib in crazyrun Java mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 7, 2015
1 parent e20faa0 commit 854e6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rake-tasks/crazy_fun/mappings/java.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module CrazyFunJava
def self.ant
@ant ||= (
require 'third_party/java/eclipse_compiler/ecj-4.3.2.jar'
require 'third_party/java/junit/junit-dep-4.11.jar'
require 'third_party/java/junit/junit-4.12.jar'

Ant.load_bundled

Expand Down

0 comments on commit 854e6fa

Please sign in to comment.