Copy Key Certs for javaRestTest (#62584)
This commit is contained in:
parent
ab427534f7
commit
b764f8977e
|
@ -125,6 +125,7 @@ tasks.register("copyKeyCerts", Copy) {
|
|||
// Add keystores to test classpath: it expects it there
|
||||
sourceSets.yamlRestTest.resources.srcDir(keystoreDir)
|
||||
processYamlRestTestResources.dependsOn("copyKeyCerts")
|
||||
processJavaRestTestResources.dependsOn("copyKeyCerts")
|
||||
|
||||
yamlRestTest {
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue