diff --git a/boot/pod/project.clj b/boot/pod/project.clj index 0a2d05bf..227943d0 100644 --- a/boot/pod/project.clj +++ b/boot/pod/project.clj @@ -5,6 +5,7 @@ (.getProperty "version"))) (defproject boot/pod version + :aot [#"^(?!boot\.repl-server).*$"] :jar-exclusions [#"^clojure/core/"] :description "Boot pod module–this is included with all pods." :url "https://github.com/boot-clj/boot"