Skip to content

Commit cf83890

Browse files
Update regular
Signed-off-by: Andy Kwok <[email protected]>
1 parent cf58dd4 commit cf83890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integ-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ task comparisonTest(type: RestIntegTestTask) {
603603
fileTree(bwcJobSchedulerPath + bwcVersion).getSingleFile()
604604
})
605605
})
606-
plugin(provider { (RegularFile) (
606+
plugin(provider { (RegularFile) ( () ->
607607
configurations.zipArchive.asFileTree.matching {
608608
include '**/opensearch-sql-plugin*'
609609
}.singleFile )

0 commit comments

Comments
 (0)