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 eb812c8 commit 7ff37aeCopy full SHA for 7ff37ae
distribution/bwc/build.gradle
@@ -157,7 +157,7 @@ subprojects {
157
environment('JAVA_HOME', getJavaHome(it, 8))
158
} else if ("6.2".equals(bwcBranch)) {
159
environment('JAVA_HOME', getJavaHome(it, 9))
160
- } else if (["6.3", "6.x"].contains(bwcBranch)) {
+ } else if (["6.3", "6.4", "6.x"].contains(bwcBranch)) {
161
environment('JAVA_HOME', getJavaHome(it, 10))
162
} else {
163
environment('JAVA_HOME', project.compilerJavaHome)
0 commit comments