diff --git a/backend/build.clj b/backend/build.clj index 738c82c24b..41298d4ca7 100644 --- a/backend/build.clj +++ b/backend/build.clj @@ -25,6 +25,7 @@ {:class-dir class-dir :uber-file jar-file :main 'clojure.main + :exclude [#"goog.*" #"^javasist.*"] :basis basis})) (defn compile [_] @@ -32,6 +33,5 @@ {:src-dirs ["dev/java"] :class-dir class-dir :basis basis - :exclude [#"com.google.*" #"goog.*"] :javac-opts ["-source" "11" "-target" "11"]}))