# File lib/buildr/core/environment.rb, line 67
      def https=(url)
        ENV['https_proxy'] = nil
        ENV['HTTPS_PROXY'] = url
      end