Skip to content

Commit da9e984

Browse files
committed
Use JDK 10 for 6.4 BWC builds (#32866)
The 6.4 release will officially be built with JDK 10. We should push JDK 10 down to the BWC builds for the 6.4 branch then too.
1 parent 2582b38 commit da9e984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/bwc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ subprojects {
157157
environment('JAVA_HOME', getJavaHome(it, 8))
158158
} else if ("6.2".equals(bwcBranch)) {
159159
environment('JAVA_HOME', getJavaHome(it, 9))
160-
} else if (["6.3", "6.x"].contains(bwcBranch)) {
160+
} else if (["6.3", "6.4", "6.x"].contains(bwcBranch)) {
161161
environment('JAVA_HOME', getJavaHome(it, 10))
162162
} else {
163163
environment('JAVA_HOME', project.compilerJavaHome)

0 commit comments

Comments
 (0)