Compare commits
2 commits
master
...
httpkit-ss
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f642984af | ||
|
|
0e748e7684 |
2 changed files with 3 additions and 2 deletions
|
|
@ -42,9 +42,9 @@
|
|||
:feature/datascript {:source-paths ["feature-datascript"]
|
||||
:dependencies [[datascript "1.0.1"]]}
|
||||
:feature/httpkit-client {:source-paths ["feature-httpkit-client"]
|
||||
:dependencies [[http-kit "2.5.0"]]}
|
||||
:dependencies [[http-kit "2.5.1"]]}
|
||||
:feature/httpkit-server {:source-paths ["feature-httpkit-server"]
|
||||
:dependencies [[http-kit "2.5.0"]]}
|
||||
:dependencies [[http-kit "2.5.1"]]}
|
||||
:feature/lanterna {:source-paths ["feature-lanterna"]
|
||||
:dependencies [[babashka/clojure-lanterna "0.9.8-SNAPSHOT"]]}
|
||||
:feature/core-match {:source-paths ["feature-core-match"]
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ args=( "-jar" "$BABASHKA_JAR"
|
|||
"--no-server"
|
||||
"--report-unsupported-elements-at-runtime"
|
||||
"--initialize-at-run-time=org.postgresql.sspi.SSPIClient"
|
||||
"--initialize-at-run-time=org.httpkit.client.ClientSslEngineFactory\$SSLHolder"
|
||||
"--native-image-info"
|
||||
"--verbose"
|
||||
"-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.AudioFileReader"
|
||||
|
|
|
|||
Loading…
Reference in a new issue