File tree Expand file tree Collapse file tree 1 file changed +9
-17
lines changed
Expand file tree Collapse file tree 1 file changed +9
-17
lines changed Original file line number Diff line number Diff line change 1- {:dev {:global-vars {*warn-on-reflection* true }
1+ {:dev {:global-vars {*warn-on-reflection* true }
22
3- :source-paths #{" src" }
4- :resource-paths [" resources" ]
3+ :source-paths #{" src" }
4+ :resource-paths [" resources" ]
55
6- :target-path " target/%s"
7- :clean-targets ^{:protect false } [:target-path ]
6+ :target-path " target/%s"
7+ :clean-targets ^{:protect false } [:target-path ]
88
9- :plugins [[lein-ancient " 0.6.15" ]
10- [org.apache.maven.wagon/wagon-ssh-external " 3.0.0" ]
11- [org.apache.maven.wagon/wagon-http-lightweight " 3.0.0" ]]
9+ :plugins [[org.apache.maven.wagon/wagon-ssh-external " 3.4.2" ]
10+ [org.apache.maven.wagon/wagon-http-lightweight " 3.4.2" ]]}
1211
13- :dependencies [[org.clojure/clojure " 1.10.0 " ]]}
12+ :provided { :dependencies [[org.clojure/clojure " 1.10.1 " ]]}
1413
15- :uberjar {:aot :all
16- :jvm-opts #=(eval
17- (concat [" -Xmx1G" ]
18- (let [version (System/getProperty " java.version" )
19- [major _ _] (clojure.string/split version #"\. " )]
20- (if (>= (Integer. major) 9 )
21- [" --add-modules" " java.xml.bind" ]
22- []))))}}
14+ :jar {:aot :all }}
You can’t perform that action at this time.
0 commit comments