Skip to content

Commit 95f89d0

Browse files
vemvbbatsov
authored andcommitted
Remove -Djava.net.preferIPv4Stack=true
The build passes without it, and it was preventing a repl from being successfully launched in my environment.
1 parent 24f8ddc commit 95f89d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777
:clj-kondo [:test
7878
{:dependencies [[clj-kondo "2021.06.18"]]}]}
7979

80-
:jvm-opts ~(cond-> ["-Djava.net.preferIPv4Stack=true"]
80+
:jvm-opts ~(cond-> []
8181
(System/getenv "CI")
8282
(conj "-Drefactor-nrepl.internal.log-exceptions=true")))

0 commit comments

Comments
 (0)