Skip to content

Commit

Permalink
Avoid to remove the rdoc folder from JRuby std which contains rdoc/ve…
Browse files Browse the repository at this point in the history
…rsion.rb file that else make Logstash's irb explode
  • Loading branch information
andsel committed Feb 24, 2023
1 parent e5b70de commit b71f73e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rubyUtils.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ tasks.register("installCustomJRuby", Copy) {
eachFile { f ->
f.path = f.path.replaceFirst("^jruby-${customJRubyVersion}", '')
}
exclude "**/stdlib/rdoc/**"
includeEmptyDirs = false
into "${projectDir}/vendor/jruby"
}
Expand Down Expand Up @@ -301,7 +300,6 @@ tasks.register("downloadAndInstallJRuby", Copy) {
eachFile { f ->
f.path = f.path.replaceFirst("^jruby-${jRubyVersion}", '')
}
exclude "**/stdlib/rdoc/**"
exclude "**/did_you_mean-*/evaluation/**" // licensing issue https://github.com/jruby/jruby/issues/6471
exclude "**/lib/jni/**/**"

Expand Down

0 comments on commit b71f73e

Please sign in to comment.