mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Build: fix bundle bin path in bundler task
follow-up on d65f78728b
Fixes #11381
This commit is contained in:
parent
1b995d7d96
commit
ba51feea21
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ def assemblyDeps = [downloadAndInstallJRuby, assemble] + subprojects.collect {
|
|||
}
|
||||
|
||||
task installBundler(dependsOn: assemblyDeps) {
|
||||
outputs.files file("${projectDir}/vendor/bundle/bin/bundle")
|
||||
outputs.files file("${projectDir}/vendor/bundle/jruby/2.5.0/bin/bundle")
|
||||
doLast {
|
||||
gem(projectDir, buildDir, "bundler", "1.17.3", "${projectDir}/vendor/bundle/jruby/2.5.0")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue