2016-09-22 08:31:50 -04:00

5 lines
97 B
Ruby

def ant_dep(spec, tags)
# Always use brewed ant on Linux
Dependency.new(spec.to_s, tags)
end