Skip to content

Commit

Permalink
Re-add rake task "gem:windows" for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jan 5, 2020
1 parent 5dbbc9f commit 27e9573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ namespace "gem" do
end
end

multitask "windows" => ["x86-mingw32", "x64-mingw32"]

desc "build a jruby gem with docker"
task "jruby" do
RakeCompilerDock.sh "gem install bundler && bundle && rake java gem", rubyvm: 'jruby'
Expand Down

0 comments on commit 27e9573

Please sign in to comment.