Skip to content

Commit

Permalink
incorporate license into build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertluo committed Jan 9, 2024
1 parent c2a5f24 commit 44b7d01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
[opts]
(let [defaults {:lib 'io.github.robertluo/fun-map
:version (format "0.5.%s" (b/git-count-revs nil))
:scm {:url "https://github.com/robertluo/fun-map"}}]
:scm {:url "https://github.com/robertluo/fun-map"}
:pom-data [[:licenses
[:license
[:name "Eclipse Public License 1.0"]
[:url "https://opensource.org/license/epl-1-0/"]]]]}]
(merge defaults opts)))

(defn tests
Expand Down
3 changes: 1 addition & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
:extra-deps {olical/cljs-test-runner {:mvn/version "3.8.0"}}
:main-opts ["-m" "cljs-test-runner.main"]}
:build ;customized building process running. e.g. clj -T:build ci
{:deps {io.github.seancorfield/build-clj {:git/tag "v0.9.2"
:git/sha "9c9f078"}}
{:deps {io.github.robertluo/build-clj {:git/sha "5d45f58cc20747c136bb320c9b13d65d2bf4cf58"}}
:ns-default build}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.12.15"}}}}}

0 comments on commit 44b7d01

Please sign in to comment.