Skip to content

Commit

Permalink
fix test setup failure due to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Sep 15, 2020
1 parent dfc4539 commit 5075e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,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 {
/*
Expand Down

0 comments on commit 5075e83

Please sign in to comment.