Sha256: b0e6720e851bdd5b71d52e19ea48ce696995eef7873db0e0367900190734736a

Contents?: true

Size: 367 Bytes

Versions: 59

Compression:

Stored size: 367 Bytes

Contents

task :default => :prepare

task :prepare do
  $:.unshift File.expand_path('../lib', __FILE__)
  require 'naether/bootstrap'
  require 'fileutils'
  
  puts "Installing Jar Dependencies"
  Naether::Bootstrap.bootstrap_local_repo
  
  puts "Removing temp dir"
  temp_dir = File.join( Naether::Bootstrap.default_local_repo, ".naether" )
  FileUtils.rm_rf( temp_dir )
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
naether-0.15.10-java Rakefile
naether-0.15.10 Rakefile
naether-0.15.9 Rakefile
naether-0.15.8 Rakefile
naether-0.15.8-java Rakefile
naether-0.15.7 Rakefile
naether-0.15.7-java Rakefile
naether-0.15.6-java Rakefile
naether-0.15.6 Rakefile
naether-0.15.5-java Rakefile
naether-0.15.5 Rakefile
naether-0.15.1-java Rakefile
naether-0.15.0-java Rakefile
naether-0.15.0 Rakefile
naether-0.14.3-java Rakefile
naether-0.14.3 Rakefile
naether-0.14.2 Rakefile
naether-0.14.2-java Rakefile
naether-0.14.1-java Rakefile
naether-0.14.1 Rakefile