From 1be776cb93c52f95774169b9193b1be163e0660a Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Sat, 2 Dec 2017 20:57:52 -0500 Subject: [PATCH] Java 8 and Maven, because I still work on a project that uses them --- brew | 1 + cask | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/brew b/brew index ec6a3e2..8e31653 100755 --- a/brew +++ b/brew @@ -53,6 +53,7 @@ brew install libffi brew install libyaml brew install kubernetes-cli brew install jq +brew install maven brew install mkvtoolnix brew install ngrok2 brew install nmap diff --git a/cask b/cask index 43b12a8..099028e 100755 --- a/cask +++ b/cask @@ -6,13 +6,16 @@ if [ -x "$brew_path" ] ; then echo "" brew tap caskroom/cask + brew tap caskroom/versions brew install brew-cask function installcask() { brew cask install "${@}" } - installcask java + ## TODO: Update after JG contract is over + installcask java8 + installcask adobe-creative-cloud installcask alfred installcask arq