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 bcee920 commit 55d2b1bCopy full SHA for 55d2b1b
distribution/bwc/build.gradle
@@ -119,7 +119,7 @@ if (project.hasProperty('bwcVersion')) {
119
task buildBwcVersion(type: Exec) {
120
dependsOn checkoutBwcBranch, writeBuildMetadata
121
workingDir = checkoutDir
122
- if (project.rootProject.ext.runtimeJavaVersion == JavaVersion.VERSION_1_8 && ["5.6", "6.1"].contains(bwcBranch)) {
+ if (project.rootProject.ext.runtimeJavaVersion == JavaVersion.VERSION_1_8 && ["5.6", "6.0", "6.1"].contains(bwcBranch)) {
123
/*
124
* If runtime Java home is set to JDK 8 and we are building branches that are officially built with JDK 8, push this to JAVA_HOME for
125
* these builds.
0 commit comments