Skip to content

Commit

Permalink
pillar: remove deprecated ENV.java_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Sep 4, 2017
1 parent 2c4fd2b commit 9ce3e1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Formula/pillar.rb
Expand Up @@ -16,8 +16,6 @@ class Pillar < Formula
depends_on "sbt" => :build

def install
ENV.java_cache

inreplace "src/main/bash/pillar" do |s|
s.gsub! "$JAVA ", "`/usr/libexec/java_home`/bin/java "
s.gsub! "${PILLAR_ROOT}/lib/pillar.jar", "#{libexec}/pillar-assembly-#{version}.jar"
Expand Down

0 comments on commit 9ce3e1b

Please sign in to comment.