-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeyvn.edn
29 lines (29 loc) · 1.24 KB
/
meyvn.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{:pom {:group-id "org.danielsz",
:artifact-id "benjamin",
:version "0.1.6",
:name "benjamin"
:licenses [{:name "Eclipse Public License -v 1.0"
:url "https://opensource.org/license/epl-1-0/"}]},
:build-properties {:project-build-sourceEncoding "UTF-8"},
:packaging {:jar {:enabled true,
:gpg {:enabled false}
:sources {:enabled false}}},
:testing {:enabled true, :tools-deps-alias :test},
:scm {:enabled true},
:interactive {:enabled true
:system {:enabled false,
:var "a.namespace/system-var",
:restart-on-change ["handler.clj"
"system.clj"]},
:proxy {:enabled false,
:socks {:host "127.0.0.1",
:port "1080",
:version "5",
:use-system-proxies false}},
:repl-port :auto,
:repl-host "127.0.0.1",
:repl-unix-socket "nrepl.socket"
:reload-on-save true,},
:profiles {:enabled false}
:distribution-management {:id "clojars",
:url "https://clojars.org/repo"}}