mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
remove evaluation dir from JRuby bundled did_you_mean gem
This commit is contained in:
parent
f37d9a462c
commit
45099c1b54
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ tasks.register("downloadAndInstallJRuby", Copy) {
|
|||
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
|
||||
into "${projectDir}/vendor/jruby"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue