Enhanced JDK security debugging for JCA provider(s).

Used whilst investigating "Unrecognized algorithm for signature parameters SHA256withECDSA" JDK bug using Bouncy Castle.
This commit is contained in:
josecoll 2019-05-14 19:14:52 +01:00
parent da189a3cd2
commit 2d9ee1d582

View File

@ -59,6 +59,10 @@ configurations {
testArtifacts.extendsFrom testRuntimeClasspath
}
tasks.withType(Test) {
jvmArgs '-Djava.security.debug=provider'
}
task testJar(type: Jar) {
classifier "tests"
from sourceSets.test.output