Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit 743ba31

Browse files
committed
Only omit sources in uberjar, not on clojars
1 parent fe36012 commit 743ba31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject googlesheets-sql-sync "0.4.5"
1+
(defproject googlesheets-sql-sync "0.4.6"
22
:description "Keep your SQL database in sync with Google Sheets"
33
:url "https://github.com/jorinvo/googlesheets-sql-sync"
44
:license {:name "MIT"
@@ -14,10 +14,10 @@
1414
[spootnik/signal "0.2.1"]]
1515
:main googlesheets-sql-sync.cli
1616
:target-path "target/%s"
17-
:profiles {:uberjar {:aot :all}
17+
:profiles {:uberjar {:aot :all
18+
:omit-source true}
1819
:dev {:dependencies [[cljfmt "0.5.1"]
1920
[expound "0.7.1"]]
2021
:source-paths ["src" "test" "dev"]}}
2122
:jvm-opts ["-Xmx200m"]
22-
:repl-options {:init-ns dev}
23-
:omit-source true)
23+
:repl-options {:init-ns dev})

0 commit comments

Comments
 (0)