We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc4539 commit 5075e83Copy full SHA for 5075e83
x-pack/plugin/build.gradle
@@ -74,6 +74,7 @@ tasks.register("copyKeyCerts", Copy) {
74
// Add keystores to test classpath: it expects it there
75
sourceSets.yamlRestTest.resources.srcDir(keystoreDir)
76
processYamlRestTestResources.dependsOn("copyKeyCerts")
77
+processJavaRestTestResources.dependsOn("copyKeyCerts")
78
79
yamlRestTest {
80
/*
0 commit comments