feat(ant): enable colored output by default (#6688)

Closes #6688
master
Brahim Djoudi 8 years ago committed by Marc Cornellà
parent 364e62155d
commit 1316b31764
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 2
      plugins/ant/ant.plugin.zsh

@ -0,0 +1,2 @@
# Default to colored output
export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger'
Loading…
Cancel
Save