Skip to content

Commit a041c76

Browse files
authored
[8.19] (backport #17686) partially revert #17659 to re-establish CI plugin testing (#17692)
* partially revert 17659 to re-establish CI plugin testing (#17686) (cherry picked from commit 43cc574)
1 parent afab0f9 commit a041c76

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

rakelib/artifacts.rake

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,10 @@ namespace "artifact" do
105105
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/**/*'
106106
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec'
107107

108-
# remove this after JRuby includes cgi-0.3.7+
109-
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec'
110-
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/cgi{,.rb}'
111-
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/cgi/**/*'
112-
113108
# remove this after JRuby includes net-imap-0.2.4+
114109
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec'
115110
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/**/*'
116111

117-
# remove this after JRuby includes uri-0.12.3+
118-
@exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec'
119-
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/uri{,.rb}'
120-
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/uri/**/*'
121-
122-
# remove jruby-openssl shipped with JRuby to prefer the one from the lockfile
123-
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/jopenssl.jar'
124-
125112
@exclude_paths.freeze
126113
end
127114

0 commit comments

Comments
 (0)