File tree 1 file changed +3
-1
lines changed
x-pack/plugin/sql/qa/jdbc
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,9 @@ subprojects {
72
72
73
73
// Configure compatibility testing tasks
74
74
// 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
+
76
78
UnreleasedVersionInfo unreleasedVersion = BuildParams . bwcVersions. unreleasedInfo(bwcVersion)
77
79
Configuration driverConfiguration = configurations. create(" jdbcDriver${ baseName} " ) {
78
80
// TODO: Temporary workaround for https://github.com/elastic/elasticsearch/issues/73433
You can’t perform that action at this time.
0 commit comments