remove evaluation dir from JRuby bundled did_you_mean gem

This commit is contained in:
Colin Surprenant 2020-11-20 10:40:26 -05:00
parent f37d9a462c
commit 45099c1b54

View file

@ -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"