aboutsummaryrefslogtreecommitdiff
path: root/nexus
diff options
context:
space:
mode:
authorAntoine A <>2024-02-18 21:36:23 +0100
committerAntoine A <>2024-02-18 21:36:23 +0100
commit084f513305ab7e34fd4d1c9510dceff9553c9f3b (patch)
treec8978f207a1e1913267ccd2b1afc1ec8be27e214 /nexus
parent5b5f34cbf21c79913368c9c032eb705ddbce394e (diff)
downloadlibeufin-084f513305ab7e34fd4d1c9510dceff9553c9f3b.tar.gz
libeufin-084f513305ab7e34fd4d1c9510dceff9553c9f3b.tar.bz2
libeufin-084f513305ab7e34fd4d1c9510dceff9553c9f3b.zip
Fix libeufin listening only on ipv4 or ipv6 on localhost
Diffstat (limited to 'nexus')
-rw-r--r--nexus/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/nexus/build.gradle b/nexus/build.gradle
index b510dba6..be202f45 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -50,7 +50,6 @@ dependencies {
application {
mainClassName = "tech.libeufin.nexus.MainKt"
applicationName = "libeufin-nexus"
- applicationDefaultJvmArgs = ['-Djava.net.preferIPv6Addresses=true']
}
run {