We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf58dd4 commit cf83890Copy full SHA for cf83890
integ-test/build.gradle
@@ -603,7 +603,7 @@ task comparisonTest(type: RestIntegTestTask) {
603
fileTree(bwcJobSchedulerPath + bwcVersion).getSingleFile()
604
})
605
606
- plugin(provider { (RegularFile) (
+ plugin(provider { (RegularFile) ( () ->
607
configurations.zipArchive.asFileTree.matching {
608
include '**/opensearch-sql-plugin*'
609
}.singleFile )
0 commit comments