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.
-Djava.net.preferIPv4Stack=true
1 parent 24f8ddc commit 95f89d0Copy full SHA for 95f89d0
project.clj
@@ -77,6 +77,6 @@
77
:clj-kondo [:test
78
{:dependencies [[clj-kondo "2021.06.18"]]}]}
79
80
- :jvm-opts ~(cond-> ["-Djava.net.preferIPv4Stack=true"]
+ :jvm-opts ~(cond-> []
81
(System/getenv "CI")
82
(conj "-Drefactor-nrepl.internal.log-exceptions=true")))
0 commit comments