Commit 9e55f16 1 parent cf437c9 commit 9e55f16 Copy full SHA for 9e55f16
File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -554,22 +554,6 @@ String opensearchJobSchedulerPlugin = "opensearch-job-scheduler-" + project.vers
554
554
}
555
555
556
556
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
- }),
573
557
provider(new Callable<RegularFile > () {
574
558
@Override
575
559
RegularFile call () throws Exception {
You can’t perform that action at this time.
0 commit comments