forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update minimum bazel and java versions on Mac
- Loading branch information
Jamie Snape
committed
Aug 23, 2018
1 parent
6001128
commit fd104e0
Showing
6 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# -*- mode: ruby -*- | ||
# vi: set ft=ruby : | ||
|
||
tap 'caskroom/versions' | ||
tap 'dreal/dreal' | ||
tap 'robotlocomotion/director' | ||
|
||
|
@@ -25,6 +24,6 @@ brew 'tinyxml2' | |
brew '[email protected]' | ||
brew 'yaml-cpp' | ||
|
||
cask 'java8' unless system '/usr/libexec/java_home --version 1.8 --failfast &> /dev/null' | ||
cask 'java' unless system '/usr/libexec/java_home --version 1.8+ --failfast &> /dev/null' | ||
|
||
mas 'Xcode', id: 497799835 unless File.exist? '/Applications/Xcode.app' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters