neo4j: remove deprecated ENV.java_cache

This commit is contained in:
ilovezfs 2017-09-03 22:59:01 -07:00
parent a2a2bd8b5a
commit 6a0e38aa16

View file

@ -63,7 +63,6 @@ class Neo4j < Formula
test do
ENV["NEO4J_HOME"] = libexec
ENV.java_cache
ENV["NEO4J_LOG"] = testpath/"libexec/data/log/neo4j.log"
ENV["NEO4J_PIDFILE"] = testpath/"libexec/data/neo4j-service.pid"
mkpath testpath/"libexec/data/log"