Skip to content

Commit

Permalink
Update openjdk installation to temurin (RobotLocomotion#21776)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolecheetham authored Aug 7, 2024
1 parent fb4a2eb commit 2c246e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/mac/binary_distribution/Brewfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

cask 'adoptopenjdk' unless system '/usr/libexec/java_home --version 1.8+ --failfast &> /dev/null'
cask 'temurin' unless system '/usr/libexec/java_home --version 1.8+ --failfast &> /dev/null'

brew 'eigen'
brew 'gcc'
Expand Down

0 comments on commit 2c246e4

Please sign in to comment.