Skip to content

Commit 55d2b1b

Browse files
committed
In case 6.0 is compiled
1 parent bcee920 commit 55d2b1b

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
@@ -119,7 +119,7 @@ if (project.hasProperty('bwcVersion')) {
119119
task buildBwcVersion(type: Exec) {
120120
dependsOn checkoutBwcBranch, writeBuildMetadata
121121
workingDir = checkoutDir
122-
if (project.rootProject.ext.runtimeJavaVersion == JavaVersion.VERSION_1_8 && ["5.6", "6.1"].contains(bwcBranch)) {
122+
if (project.rootProject.ext.runtimeJavaVersion == JavaVersion.VERSION_1_8 && ["5.6", "6.0", "6.1"].contains(bwcBranch)) {
123123
/*
124124
* 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
125125
* these builds.

0 commit comments

Comments
 (0)