Skip to content

Commit

Permalink
Try fixing BWC.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Feb 21, 2023
1 parent cdc1593 commit 80af7ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,14 @@ compileTestJava {

testClusters.all {
testDistribution = 'archive'
}

testClusters.integJdbcTest {
plugin ":opensearch-sql-plugin"
}

testClusters.integTest {
plugin ":opensearch-sql-plugin"
keystore 'plugins.query.federation.datasources.config', new File("$projectDir/src/test/resources/datasource/", 'datasources.json')
}

Expand Down

0 comments on commit 80af7ac

Please sign in to comment.