diff --git a/qa/build.gradle b/qa/build.gradle index 213024246..14a93949d 100644 --- a/qa/build.gradle +++ b/qa/build.gradle @@ -71,6 +71,16 @@ if (Os.isFamily(Os.FAMILY_WINDOWS)) { ext{ plugins = [provider(new Callable(){ + @Override + RegularFile call() throws Exception { + return new RegularFile() { + @Override + File getAsFile() { + return configurations.zipArchive.asFileTree.matching{include "**/opensearch-job-scheduler-${opensearch_build}.zip"}.getSingleFile() + } + } + } + }),provider(new Callable(){ @Override RegularFile call() throws Exception { return new RegularFile() {