From ab11e5d3132d76d3cb682ac9bbbae9e65b9dcab1 Mon Sep 17 00:00:00 2001 From: Markus Strehle <11627201+strehle@users.noreply.github.com> Date: Fri, 15 Oct 2021 17:57:57 +0200 Subject: [PATCH] add random device for cargo start --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 1a6d8a6ae65..55e588d9a40 100644 --- a/build.gradle +++ b/build.gradle @@ -198,6 +198,7 @@ cargo { property("metrics.perRequestMetrics", System.getProperty("metrics.perRequestMetrics", "true")) property("smtp.host", "localhost") property("smtp.port", 2525) + property("java.security.egd", "file:/dev/./urandom") } containerProperties {