Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Nov 23, 2018
2 parents 20c1506 + 7fc1d52 commit 91bc1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ end

desc 'clean'
task :clean do
Dir['./**/*.%w{jar gem}'].each do |path|
puts 'Deleting #{path} ...'
Dir["./**/*.{jar,gem}"].each do |path|
puts "Deleting #{path} ..."
File.delete(path)
end
FileUtils.rm_rf('./target')
Expand Down

0 comments on commit 91bc1fc

Please sign in to comment.