Skip to content

Commit 904615e

Browse files
Force IPv4 for :build alias to fix Clojars deploy
deps-deploy's bundled Apache HttpClient breaks on IPv6 connections to Clojars (Broken pipe during TLS handshake on Java 21).
1 parent c76c808 commit 904615e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deps.edn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
com.github.liquidz/antq {:mvn/version "2.11.1276"}
2525
slipset/deps-deploy {:mvn/version "0.2.2"}
2626
clj-commons/clj-yaml {:mvn/version "1.0.29"}}
27+
:jvm-opts ["-Djava.net.preferIPv4Stack=true"]
2728
:ns-default build}
2829

2930
:bench

0 commit comments

Comments
 (0)