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 {