Skip to content

Commit

Permalink
cleanup bundler exclusions during jruby unpacking (elastic#12692)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jsvd authored Feb 25, 2021
1 parent ac2f5ef commit f0c18e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rubyUtils.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0c18e8

Please sign in to comment.