Skip to content

Commit 9e55f16

Browse files
committed
fix missing path in failing BWC tests
Signed-off-by: Bhavana Goud Ramaram <rbhavna@amazon.com>
1 parent cf437c9 commit 9e55f16

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

plugin/build.gradle

-16
Original file line numberDiff line numberDiff line change
@@ -554,22 +554,6 @@ String opensearchJobSchedulerPlugin = "opensearch-job-scheduler-" + project.vers
554554
}
555555

556556
List<Provider<RegularFile>> plugins = [
557-
provider(new Callable<RegularFile>() {
558-
@Override
559-
RegularFile call() throws Exception {
560-
return new RegularFile() {
561-
@Override
562-
File getAsFile() {
563-
project.mkdir "$bwcJobSchedulerFilePath/$project.version"
564-
copy {
565-
from "$buildDir/distributions/$opensearchJobSchedulerPlugin"
566-
into "$bwcJobSchedulerFilePath/$project.version"
567-
}
568-
return fileTree(bwcJobSchedulerFilePath + project.version).getSingleFile()
569-
}
570-
}
571-
}
572-
}),
573557
provider(new Callable<RegularFile>() {
574558
@Override
575559
RegularFile call() throws Exception {

0 commit comments

Comments
 (0)