File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
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- :target-path " target/%s"
4- :clean-targets ^{:protect false } [:target-path ]
3+ :target-path " target/%s"
4+ :clean-targets ^{:protect false } [:target-path ]
55
6- :dependencies [[commons-codec " 1.15" ]]
6+ :dependencies [[commons-codec " 1.15" ]]
77
8- :plugins [[org.apache.maven.wagon/wagon-ssh-external " 3.4.3" ]
9- [org.apache.maven.wagon/wagon-http-lightweight " 3.4.3" ]]}
8+ :plugins [[org.apache.maven.wagon/wagon-ssh-external " 3.4.3" ]
9+ [org.apache.maven.wagon/wagon-http-lightweight " 3.4.3" ]]}
1010
1111 :provided {:dependencies [[org.clojure/clojure " 1.10.3" ]]
1212 :source-paths #{" src-clj" }
1313 :java-source-paths #{" src-java" }
1414 :resource-paths [" resources" ]
1515
16+ :javac-options [" -source" " 9" " -target" " 9" " -g:none" ]
17+
1618 :jar-exclusions [#"\. java" ]}
1719
1820 :jar {:aot :all }}
Original file line number Diff line number Diff line change 1- (defproject net.tbt-post /zlib-tiny " 0.3.1 "
1+ (defproject net.tbt-post /zlib-tiny " 0.3.2 "
22 :description " Tiny Clojure ZLib helper"
33 :url " https://github.com/source-c/zlib-tiny"
44 :license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments