Skip to content

Commit

Permalink
Remove Java14 from testing
Browse files Browse the repository at this point in the history
JDK14 has been removed, but some leftovers are still there.

Closes bazelbuild#13182.

PiperOrigin-RevId: 361753279
  • Loading branch information
comius authored and copybara-github committed Mar 9, 2021
1 parent 58be0c7 commit f182645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upload_all_java_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fi
# Skip for now, as the test is broken on Windows.
# See https://github.com/bazelbuild/bazel/issues/12244 for details
if [[ "$platform" != "windows" ]]; then
for java_version in 11 14 15; do
for java_version in 11 15; do
bazel test --verbose_failures --test_output=all --nocache_test_results \
//src/test/shell/bazel:bazel_java_test_local_java_tools_jdk${java_version} \
--define=LOCAL_JAVA_TOOLS_ZIP_URL="${file_url}" \
Expand Down

0 comments on commit f182645

Please sign in to comment.