# File lib/buildr/java/deprecated.rb, line 74
    def apt(*args)
      Buildr.application.deprecated 'Use Java::Commands.apt instead.'
      Commands.apt(*args)
    end