From f23d29deb737240a6eba36081007306514ba9190 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 11 Feb 2023 00:52:23 +0100 Subject: [PATCH] :bug: Fix unexpected exception on logger caused by log4j2 plugin --- backend/build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.clj b/backend/build.clj index d4a8a34e8..b36251825 100644 --- a/backend/build.clj +++ b/backend/build.clj @@ -20,7 +20,7 @@ {:class-dir class-dir :uber-file jar-file :main 'clojure.main - :exclude [#"goog.*" #"^javasist.*"] + :exclude [#".*Log4j2Plugins\.dat$"] :basis basis})) (defn compile [_]