Skip to content

Commit

Permalink
Make sure the JAR is created just before a gem build
Browse files Browse the repository at this point in the history
  • Loading branch information
iconara committed Dec 11, 2013
1 parent 3563ef0 commit 78c939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -48,7 +48,7 @@ if defined?(JRUBY_VERSION)
end

task :test => 'lib/snappy_ext.jar'
task :build => 'lib/snappy_ext.jar'
task :build => [:clean, 'lib/snappy_ext.jar']
else
DLEXT = RbConfig::CONFIG["DLEXT"]

Expand Down

0 comments on commit 78c939c

Please sign in to comment.