mirror of
https://github.com/elastic/logstash.git
synced 2025-06-27 17:08:55 -04:00
partially revert 17659 to re-establish CI plugin testing (#17686)
This commit is contained in:
parent
274a3c0ce9
commit
43cc574c7a
1 changed files with 0 additions and 13 deletions
|
@ -103,23 +103,10 @@ namespace "artifact" do
|
|||
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/**/*'
|
||||
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec'
|
||||
|
||||
# remove this after JRuby includes cgi-0.3.7+
|
||||
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec'
|
||||
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/cgi{,.rb}'
|
||||
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/cgi/**/*'
|
||||
|
||||
# remove this after JRuby includes net-imap-0.2.4+
|
||||
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec'
|
||||
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/**/*'
|
||||
|
||||
# remove this after JRuby includes uri-0.12.3+
|
||||
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec'
|
||||
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/uri{,.rb}'
|
||||
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/uri/**/*'
|
||||
|
||||
# remove jruby-openssl shipped with JRuby to prefer the one from the lockfile
|
||||
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/jopenssl.jar'
|
||||
|
||||
@exclude_paths
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue