From db54a277acc5433f13ac3bdc26cd33d4f6bb6825 Mon Sep 17 00:00:00 2001 From: Corporate Gadfly Date: Sun, 17 May 2026 17:11:00 -0400 Subject: [PATCH] exclude jruby windows binaries and rdoc artifacts from uberjar Signed-off-by: Corporate Gadfly --- project.clj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0dfe7f3a6..9a29890d1 100644 --- a/project.clj +++ b/project.clj @@ -364,7 +364,10 @@ :repl-options {:init-ns dev-tools} :uberjar-exclusions [#"META-INF/jruby.home/lib/ruby/stdlib/org/bouncycastle" - #"META-INF/jruby.home/lib/ruby/stdlib/org/yaml/snakeyaml"] + #"META-INF/jruby.home/lib/ruby/stdlib/org/yaml/snakeyaml" + #"META-INF/jruby.home/bin/(jruby\.dll|jruby\.exe|jrubyw\.exe)" + #"META-INF/jruby.home/lib/ruby/stdlib/rdoc(/.*)?" + #"META-INF/jruby.home/lib/ruby/stdlib/rdoc\.rb"] ;; This is used to merge the locales.clj of all the dependencies into a single ;; file inside the uberjar