mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
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:
parent
91b2884842
commit
7fee8c3a3b
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue