setup jruby and bundler/rake before artifact rake tasks

Fixes #11392
This commit is contained in:
Joao Duarte 2019-12-04 16:23:06 +00:00 committed by João Duarte
parent 4c57f52d8c
commit d9cd2bdce2

View file

@ -4,7 +4,7 @@ namespace "vendor" do
end
task "jruby" do |task, args|
system('./gradlew downloadAndInstallJRuby') unless File.exists?(File.join("vendor", "jruby"))
system('./gradlew bootstrap') unless File.exists?(File.join("vendor", "jruby"))
end # jruby
namespace "force" do