diff --git a/build.gradle b/build.gradle index 5aac74ce3..22d217363 100644 --- a/build.gradle +++ b/build.gradle @@ -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") }