mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
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:
parent
da189a3cd2
commit
2d9ee1d582
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user