Commit 4313ba6 1 parent 610c2b6 commit 4313ba6 Copy full SHA for 4313ba6
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 22
22
(assoc opts
23
23
:lib 'com.github.pmonks/lice-comb
24
24
:version (pbr/calculate-version 2 0 )
25
- ; :version (format "2.0.%s-RCx-SNAPSHOT" (b/git-count-revs nil))
26
25
:write-pom true
27
26
:validate-pom true
28
27
:pom {:description " A Clojure library for software license detection."
31
30
:developers [:developer {:id " pmonks" :name " Peter Monks" :email " pmonks+lice-comb@gmail.com" }]
32
31
:scm {:url " https://github.com/pmonks/lice-comb" :connection " scm:git:git://github.com/pmonks/lice-comb.git" :developer-connection " scm:git:ssh://git@github.com/pmonks/lice-comb.git" }
33
32
:issue-management {:system " github" :url " https://github.com/pmonks/lice-comb/issues" }}
34
- :codox {:namespaces ['lice-comb.deps 'lice-comb.files 'lice-comb.lein 'lice-comb.matching 'lice-comb.maven 'lice-comb.utils]}
35
- :eastwood {:exclude-linters [:unused-ret-vals-in-try :no-ns-form-found ]}))
33
+ :codox {:namespaces ['lice-comb.deps 'lice-comb.files 'lice-comb.lein 'lice-comb.matching 'lice-comb.maven 'lice-comb.utils]}))
You can’t perform that action at this time.
0 commit comments