We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae12027 commit bd8f835Copy full SHA for bd8f835
http-kit/project.clj
@@ -1,7 +1,7 @@
1
(defproject http-kit "0.1.0-SNAPSHOT"
2
3
:dependencies [[org.clojure/clojure "1.5.1"]
4
- [http-kit "2.5.0-alpha2"]]
+ [http-kit "2.5.2"]]
5
6
:main simple.main
7
@@ -13,11 +13,12 @@
13
:aliases
14
{"native"
15
["shell"
16
- "native-image"
17
- "--report-unsupported-elements-at-runtime"
+ "native-image"
+ "--report-unsupported-elements-at-runtime"
18
"--no-server"
19
"--allow-incomplete-classpath"
20
"--initialize-at-build-time"
21
+ "--initialize-at-run-time=org.httpkit.client.ClientSslEngineFactory\\$SSLHolder"
22
"--enable-url-protocols=http,https"
23
"-jar" "./target/${:uberjar-name:-${:name}-${:version}-standalone.jar}"
24
"-H:Name=./target/${:name}"]
0 commit comments