leiningen: use new java_cache env
This commit is contained in:
parent
a38b27a020
commit
194e6ae4d3
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ class Leiningen < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
ENV["_JAVA_OPTIONS"] = "-Duser.home=#{ENV["HOME"]}"
|
||||
ENV.java_cache
|
||||
|
||||
(testpath/"project.clj").write <<-EOS.undent
|
||||
(defproject brew-test "1.0"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]])
|
||||
|
|
Loading…
Reference in a new issue