Skip to content

Commit a09e5d2

Browse files
committed
fix build
1 parent 0a1e5e3 commit a09e5d2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

profiles.clj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{:dev {:global-vars {*warn-on-reflection* true}
22

3-
:source-paths #{"src-clj"}
4-
:java-source-paths #{"src-java"}
5-
:resource-paths ["resources"]
6-
7-
:jar-exclusions [#"\.java"]
8-
93
:target-path "target/%s"
104
:clean-targets ^{:protect false} [:target-path]
115

@@ -14,6 +8,11 @@
148
:plugins [[org.apache.maven.wagon/wagon-ssh-external "3.4.3"]
159
[org.apache.maven.wagon/wagon-http-lightweight "3.4.3"]]}
1610

17-
:provided {:dependencies [[org.clojure/clojure "1.10.3"]]}
11+
:provided {:dependencies [[org.clojure/clojure "1.10.3"]]
12+
:source-paths #{"src-clj"}
13+
:java-source-paths #{"src-java"}
14+
:resource-paths ["resources"]
15+
16+
:jar-exclusions [#"\.java"]}
1817

1918
:jar {:aot :all}}

0 commit comments

Comments
 (0)