We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6fb58 commit 7fc1d52Copy full SHA for 7fc1d52
1 file changed
Rakefile
@@ -43,8 +43,8 @@ end
43
44
desc 'clean'
45
task :clean do
46
- Dir['./**/*.%w{jar gem}'].each do |path|
47
- puts 'Deleting #{path} ...'
+ Dir["./**/*.{jar,gem}"].each do |path|
+ puts "Deleting #{path} ..."
48
File.delete(path)
49
end
50
FileUtils.rm_rf('./target')
0 commit comments