We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sh 'bundle package'
1 parent c753b58 commit 4f38b78Copy full SHA for 4f38b78
Rakefile
@@ -34,7 +34,9 @@ namespace :repackage do
34
task :all do
35
Dir.chdir(__dir__) do
36
# store gems in vendor cache for docker
37
- sh 'bundle package'
+ Bundler.with_original_env do
38
+ sh 'bundle package'
39
+ end
40
41
# build only the jar file not the whole gem for java platform, the jar is part the concurrent-ruby-x.y.z.gem
42
Rake::Task['lib/concurrent-ruby/concurrent/concurrent_ruby.jar'].invoke
0 commit comments