We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1e5e3 commit a09e5d2Copy full SHA for a09e5d2
profiles.clj
@@ -1,11 +1,5 @@
1
{:dev {:global-vars {*warn-on-reflection* true}
2
3
- :source-paths #{"src-clj"}
4
- :java-source-paths #{"src-java"}
5
- :resource-paths ["resources"]
6
-
7
- :jar-exclusions [#"\.java"]
8
9
:target-path "target/%s"
10
:clean-targets ^{:protect false} [:target-path]
11
@@ -14,6 +8,11 @@
14
:plugins [[org.apache.maven.wagon/wagon-ssh-external "3.4.3"]
15
[org.apache.maven.wagon/wagon-http-lightweight "3.4.3"]]}
16
17
- :provided {:dependencies [[org.clojure/clojure "1.10.3"]]}
+ :provided {:dependencies [[org.clojure/clojure "1.10.3"]]
12
+ :source-paths #{"src-clj"}
13
+ :java-source-paths #{"src-java"}
+ :resource-paths ["resources"]
+
+ :jar-exclusions [#"\.java"]}
18
19
:jar {:aot :all}}
0 commit comments