Skip to content

Commit

Permalink
asciidoctor#76 Use asciidoctor-diagram-java build that is compatible …
Browse files Browse the repository at this point in the history
…with Java 1.6
  • Loading branch information
Pepijn Van Eeckhoudt committed Aug 4, 2015
1 parent a09e3bd commit c60ee10
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed lib/asciidoctor-diagram-java-1.3.3.jar
Binary file not shown.
Binary file added lib/asciidoctor-diagram-java-1.3.4.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/asciidoctor-diagram/util/java.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Diagram
module Java
def self.classpath
@classpath ||= [
File.expand_path(File.join('../..', 'asciidoctor-diagram-java-1.3.3.jar'), File.dirname(__FILE__))
File.expand_path(File.join('../..', 'asciidoctor-diagram-java-1.3.4.jar'), File.dirname(__FILE__))
]
end

Expand Down

0 comments on commit c60ee10

Please sign in to comment.