-
Notifications
You must be signed in to change notification settings - Fork 4
/
build.boot
24 lines (20 loc) · 909 Bytes
/
build.boot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(set-env!
:resource-paths #{"src"}
:dependencies '[[adzerk/bootlaces "0.1.9" :scope "test"]
; [hoplon/hoplon "7.2.0" :scope "test"]
[adzerk/env "0.4.0"]
[adzerk/cljs-console "0.1.1"]
[cljsjs/google-maps "3.18-1"]
[hoplon/google-loader "0.2.0"]])
(require '[adzerk.bootlaces :refer :all]
;'[hoplon.boot-hoplon :refer :all]
)
(def +version+ "3.18.8")
(task-options!
push {:repo "clojars-upload"}
pom {:project 'rowtr/google-maps
:version +version+
:description "hoplon google maps component"
:url "https://developers.google.com/maps/documentation/javascript/"
:scm {:url "https://github.com/hoplon/google-maps"}
:license {"" ""}})