File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 18
18
:version version
19
19
:src-dirs [" src" ]
20
20
: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" ]]]]})
22
26
(b/copy-dir
23
27
{:src-dirs [" src" ]
24
28
:target-dir class-dir})
Original file line number Diff line number Diff line change 1
1
{:deps {cljfx/cljfx {:mvn/version " 1.9.1" }
2
2
cljfx/css {:mvn/version " 1.1.0" }}
3
3
: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 " }
5
5
clj-commons/pomegranate {:mvn/version " 1.2.0" }}
6
6
:ns-default build}
7
7
:dev {:extra-deps {enlive/enlive {:mvn/version " 1.1.6" }}}}}
You can’t perform that action at this time.
0 commit comments