Copy Key Certs for javaRestTest (#62584)

This commit is contained in:
William Brafford 2020-09-17 17:45:42 -04:00 committed by GitHub
parent ab427534f7
commit b764f8977e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {
/*