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 abd446b commit a1923acCopy full SHA for a1923ac
1 file changed
doctest/build.gradle
@@ -195,6 +195,7 @@ testClusters {
195
}))
196
*/
197
plugin(getJobSchedulerPlugin(jsPlugin, bwcOpenSearchJSDownload))
198
+ plugin provider { (RegularFile) (() -> file("${rootDir}/libs/analytics-engine-3.6.0-SNAPSHOT.zip")) }
199
plugin ':opensearch-sql-plugin'
200
testDistribution = 'archive'
201
}
0 commit comments