partially revert 17659 to re-establish CI plugin testing (#17686)

This commit is contained in:
João Duarte 2025-05-29 17:10:21 +01:00 committed by GitHub
parent 274a3c0ce9
commit 43cc574c7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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