Use /dev/urandom for tests.

This commit is contained in:
akwizgran
2018-08-20 11:49:17 +01:00
parent e5112ae9ee
commit 9fbf740ba7
8 changed files with 33 additions and 3 deletions

View File

@@ -32,3 +32,8 @@ dependencies {
signature 'org.codehaus.mojo.signature:java16:1.1@signature'
}
tasks.withType(Test) {
// Use entropy-gathering device specified on command line, if any
systemProperty 'java.security.egd', System.getProperty('java.security.egd')
}