htmlcleaner: remove deprecated ENV.java_cache
This commit is contained in:
parent
a25b0d1ac0
commit
8fcef7a57f
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue