Skip to content

Commit 5075e83

Browse files
committed
fix test setup failure due to merge
1 parent dfc4539 commit 5075e83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ tasks.register("copyKeyCerts", Copy) {
7474
// Add keystores to test classpath: it expects it there
7575
sourceSets.yamlRestTest.resources.srcDir(keystoreDir)
7676
processYamlRestTestResources.dependsOn("copyKeyCerts")
77+
processJavaRestTestResources.dependsOn("copyKeyCerts")
7778

7879
yamlRestTest {
7980
/*

0 commit comments

Comments
 (0)