
Use the openjdk formula if it's installed. Use the host's Java if it's sufficient. Otherwise install the openjdk formula.
6 lines
127 B
Ruby
6 lines
127 B
Ruby
if OS.mac?
|
|
require "extend/os/mac/dependency_collector"
|
|
elsif OS.linux?
|
|
require "extend/os/linux/dependency_collector"
|
|
end
|