Skip to content

Commit 4dcbfb2

Browse files
committed
Update build script
1 parent 7f6b615 commit 4dcbfb2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.clj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
:version version
1919
:src-dirs ["src"]
2020
:scm {:url "https://github.com/cljfx/dev"
21-
:tag (b/git-process {:git-args ["rev-parse" "HEAD"]})}})
21+
:tag (b/git-process {:git-args ["rev-parse" "HEAD"]})}
22+
:pom-data [[:licenses
23+
[:license
24+
[:name "MIT"]
25+
[:url "https://opensource.org/license/mit"]]]]})
2226
(b/copy-dir
2327
{:src-dirs ["src"]
2428
:target-dir class-dir})

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:deps {cljfx/cljfx {:mvn/version "1.9.1"}
22
cljfx/css {:mvn/version "1.1.0"}}
33
:aliases {;; clj -T:build deploy
4-
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.8.2" :git/sha "ba1a2bf"}
4+
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.5" :git/sha "2a21b7a"}
55
clj-commons/pomegranate {:mvn/version "1.2.0"}}
66
:ns-default build}
77
:dev {:extra-deps {enlive/enlive {:mvn/version "1.1.6"}}}}}

0 commit comments

Comments
 (0)