cleanup bundler exclusions during jruby unpacking (#12692) (#12702)

JRuby had a few releases where it shipped with bundler,
creating some difficulty in working with newer versions.
This no longer happens so we can remove these exclusions
from the jruby unzipping task.

(cherry picked from commit f0c18e89d0)
This commit is contained in:
João Duarte 2021-03-01 11:01:48 +00:00 committed by GitHub
parent 91b2884842
commit 7fee8c3a3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -272,10 +272,6 @@ tasks.register("downloadAndInstallJRuby", Copy) {
f.path = f.path.replaceFirst("^jruby-${jRubyVersion}", '')
}
exclude "**/stdlib/rdoc/**"
exclude "**/stdlib/bundler/**"
exclude "**/stdlib/bundler.rb"
exclude "**/bundler-1.16.6/**"
exclude "**/bundler-1.16.6.*"
exclude "**/did_you_mean-*/evaluation/**" // licensing issue https://github.com/jruby/jruby/issues/6471
includeEmptyDirs = false