Skip to content
Snippets Groups Projects
Unverified Commit e7e9c808 authored by Cam Saul's avatar Cam Saul
Browse files

Merge branch 'release-0.33.x' into merge-release-0.33.x->master

parents 109915f8 f38adf53
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,8 @@
:repl
[:include-all-drivers
{:jvm-opts ["-Duser.timezone=UTC"]}] ; so running the tests doesn't give you different answers
;; so running the tests doesn't give you different answers
{:jvm-opts ["-Duser.timezone=UTC"]}]
:bikeshed
[:include-all-drivers
......@@ -317,8 +318,9 @@
;; build the uberjar with `lein uberjar`
:uberjar
{:auto-clean true
:aot :all}
{:auto-clean true
:aot :all
:omit-source true}
;; lein strip-and-compress my-plugin.jar [path/to/metabase.jar]
;; strips classes from my-plugin.jar that already exist in other JAR and recompresses with higher compression ratio.
......
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