Skip to content

Commit 74a1e3e

Browse files
authored
Expand local JDBC driver compatibility testing on Apple Silicon (elastic#88350)
1 parent 227d809 commit 74a1e3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

x-pack/plugin/sql/qa/jdbc/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ subprojects {
7272

7373
// Configure compatibility testing tasks
7474
// Compatibility testing for JDBC driver started with version 7.9.0
75-
BuildParams.bwcVersions.withIndexCompatible({ it.onOrAfter(Version.fromString("7.9.0")) && it != VersionProperties.elasticsearchVersion }) { bwcVersion, baseName ->
75+
BuildParams.bwcVersions.allIndexCompatible.findAll({ it.onOrAfter(Version.fromString("7.9.0")) && it != VersionProperties.elasticsearchVersion }).each { bwcVersion ->
76+
def baseName = "v${bwcVersion}"
77+
7678
UnreleasedVersionInfo unreleasedVersion = BuildParams.bwcVersions.unreleasedInfo(bwcVersion)
7779
Configuration driverConfiguration = configurations.create("jdbcDriver${baseName}") {
7880
// TODO: Temporary workaround for https://github.com/elastic/elasticsearch/issues/73433

0 commit comments

Comments
 (0)