Skip to content

Commit

Permalink
Update regular
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Jan 15, 2025
1 parent cf58dd4 commit cf83890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ task comparisonTest(type: RestIntegTestTask) {
fileTree(bwcJobSchedulerPath + bwcVersion).getSingleFile()
})
})
plugin(provider { (RegularFile) (
plugin(provider { (RegularFile) ( () ->
configurations.zipArchive.asFileTree.matching {
include '**/opensearch-sql-plugin*'
}.singleFile )
Expand Down

0 comments on commit cf83890

Please sign in to comment.