Skip to content

Commit

Permalink
Symbolize rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Apr 24, 2012
1 parent a09d379 commit 5230637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -11,7 +11,7 @@ task :default => :spec

namespace :java do
desc "Build java jar with mvn"
task "build" do
task :build do
java_excel2csv_home = "vendor/excel2csv-java"
system "cd #{java_excel2csv_home} && mvn clean package"
jar = FileList["#{java_excel2csv_home}/target/excel2csv*.jar"].first
Expand Down

0 comments on commit 5230637

Please sign in to comment.