Skip to content

Commit

Permalink
liquigraph: remove deprecated ENV.java_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Sep 4, 2017
1 parent a720a54 commit 927a621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/liquigraph.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class Liquigraph < Formula
depends_on :java => "1.8+"

def install
ENV.java_cache
system "mvn", "-q", "clean", "package", "-DskipTests"
(buildpath/"binaries").mkpath
system "tar", "xzf", "liquigraph-cli/target/liquigraph-cli-bin.tar.gz", "-C", "binaries"
Expand Down

0 comments on commit 927a621

Please sign in to comment.