We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6615edd + b7db06e commit 2a5e5f4Copy full SHA for 2a5e5f4
project.clj
@@ -35,7 +35,8 @@
35
[com.cognitect/transit-clj "1.0.324"]]}
36
;; This is for self-generating certs for testing ONLY:
37
:test {:dependencies [[org.bouncycastle/bcprov-jdk15on "1.69"]
38
- [org.bouncycastle/bcpkix-jdk15on "1.69"]]}}
+ [org.bouncycastle/bcpkix-jdk15on "1.69"]]
39
+ :jvm-opts ["-Dorg.slf4j.simpleLogger.defaultLogLevel=off"]}}
40
:codox {:src-dir-uri "https://github.com/ztellman/aleph/tree/master/"
41
:src-linenum-anchor-prefix "L"
42
:defaults {:doc/format :markdown}
0 commit comments