From da634df84272cade6170c87e719226c4ccb89931 Mon Sep 17 00:00:00 2001 From: Matthew Ratzke Date: Sat, 13 Apr 2019 16:10:55 -0600 Subject: [PATCH] restore pod aot --- boot/pod/project.clj | 1 + 1 file changed, 1 insertion(+) 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"