# File lib/buildr/core/compile.rb, line 293
    def classpath=(artifacts)
      Buildr.application.deprecated 'Use dependencies= instead.'
      self.dependencies = artifacts
    end