Skip to content
Snippets Groups Projects
Commit d93036a4 authored by Tom Robinson's avatar Tom Robinson
Browse files

Remove skip-aot from h2 task

parent 01ea409d
No related branches found
No related tags found
No related merge requests found
...@@ -138,4 +138,4 @@ ...@@ -138,4 +138,4 @@
;; Exclude everything except for reset-password specific code in the created jar ;; Exclude everything except for reset-password specific code in the created jar
:jar-exclusions [#"^(?!metabase/reset_password).*$"] :jar-exclusions [#"^(?!metabase/reset_password).*$"]
:target-path "reset-password-artifacts/%s"} ; different than ./target because otherwise lein uberjar will delete our artifacts and vice versa :target-path "reset-password-artifacts/%s"} ; different than ./target because otherwise lein uberjar will delete our artifacts and vice versa
:h2-shell {:main ^:skip-aot org.h2.tools.Shell}}) :h2-shell {:main org.h2.tools.Shell}})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment