htmlcleaner: remove deprecated ENV.java_cache

This commit is contained in:
ilovezfs 2017-09-03 22:58:59 -07:00
parent a25b0d1ac0
commit 8fcef7a57f

View file

@ -15,8 +15,6 @@ class Htmlcleaner < Formula
depends_on :java => "1.8+"
def install
ENV.java_cache
system "mvn", "--log-file", "build-output.log", "clean", "package"
libexec.install Dir["target/htmlcleaner-*.jar"]
bin.write_jar_script "#{libexec}/htmlcleaner-#{version}.jar", "htmlcleaner"