Skip to content

Commit

Permalink
Add license info to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
tatut committed Mar 8, 2024
1 parent b010a57 commit c250e1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
:src-dirs ["src"]
:scm {:url "https://github.com/tatut/ripley"
:connection "scm:git:git://github.com/tatut/ripley.git"
:tag (commit-sha)}})
:tag (commit-sha)}
:pom-data [[:licenses
[:license
[:name "MIT License"]
[:url "https://opensource.org/license/mit"]]]]})
(b/copy-dir {:src-dirs ["src" "resources"]
:target-dir class-dir})
(b/jar {:class-dir class-dir
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:xtdb {:extra-deps {com.xtdb/xtdb-core {:mvn/version "1.24.1"}}}

;; Run with clj -T:build function-in-build
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.9.5" :git/sha "24f2894"}}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}}
:ns-default build}

;; Deploy to clojars
Expand Down

0 comments on commit c250e1f

Please sign in to comment.