aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat
diff options
context:
space:
mode:
authorDominyk Tiller2017-08-31 00:09:14 +0100
committerDominyk Tiller2017-08-31 21:04:42 +0100
commit0cb6307f2d5207c794760727df579cd8015b23e9 (patch)
tree8f0435deb02255e3bb89463b5e9270142fc5d602 /Library/Homebrew/compat
parentdb1054be7b2f5d59c2cb07ce9bf3ee1110885a8c (diff)
downloadbrew-0cb6307f2d5207c794760727df579cd8015b23e9.tar.bz2
ENV: move java_cache to compat for future hard deprecation
Diffstat (limited to 'Library/Homebrew/compat')
-rw-r--r--Library/Homebrew/compat/ENV/shared.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/compat/ENV/shared.rb b/Library/Homebrew/compat/ENV/shared.rb
index 200e7b132..c700b1e00 100644
--- a/Library/Homebrew/compat/ENV/shared.rb
+++ b/Library/Homebrew/compat/ENV/shared.rb
@@ -3,4 +3,8 @@ module SharedEnvExtension
odeprecated "ENV.j1", "ENV.deparallelize"
deparallelize
end
+
+ def java_cache
+ # odeprecated "ENV.java_cache"
+ end
end