mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
f002542a22
commit
5b60153264
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ if ENV['USE_RUBY'] != '1'
|
|||
|
||||
# Make sure we have JRuby, then rerun ourselves under jruby.
|
||||
Rake::Task["vendor:jruby"].invoke
|
||||
jruby = File.join("vendor", "jruby", "bin", "jruby")
|
||||
jruby = File.join("bin", "ruby")
|
||||
rake = File.join("vendor", "jruby", "bin", "rake")
|
||||
|
||||
# if required at this point system gems can be installed using the system_gem task, for example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue