pax-construct: use new java_cache env
This commit is contained in:
parent
5eb1454fb1
commit
c51914f82f
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ class PaxConstruct < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
ENV["_JAVA_OPTIONS"] = "-Duser.home=#{testpath}"
|
||||
ENV.java_cache
|
||||
|
||||
system bin/"pax-create-project", "-g", "Homebrew", "-a", "testing",
|
||||
"-v", "alpha-1"
|
||||
assert File.exist?("testing/pom.xml")
|
||||
|
|
Loading…
Reference in a new issue