bazelbuild/bazel

Java "11" is not required (especially for Windows)

Open

#23.882 aberto em 6 de out. de 2024

Ver no GitHub
 (7 comments) (0 reactions) (0 assignees)Java (4.465 forks)batch import
P2area-Windowshelp wantedteam-Documentationteam-OSStype: documentation (cleanup)

Métricas do repositório

Stars
 (25.384 stars)
Métricas de merge de PR
 (Mesclagem média 22d 20h) (77 fundiu PRs em 30d)

Description

Page link:

https://bazel.build/install/windows#install-compilers

Problem description (include actual vs expected text, if applicable):

https://github.com/bazelbuild/bazel/blob/83830c264f135893e1db1a425ea7c008717e1f39/site/en/install/windows.md?plain=1#L108

This line is incorrect and confused me a lot. It should be removed.

https://github.com/google/mozc/issues/932#issuecomment-2395098791

Bazel for Windows these days automatically installs Zulu 21.

image

 tatsu@TATSU-DPC-2ND  ~\..\..\..\..\..\bin  ./java --version
openjdk 21 2023-09-19
OpenJDK Runtime Environment Zulu21.28+85-CA (build 21+35)
OpenJDK 64-Bit Server VM Zulu21.28+85-CA (build 21+35, mixed mode)
 tatsu@TATSU-DPC-2ND  ~\..\..\..\..\..\bin  java --version
openjdk 21.0.3 2024-04-16 LTS
OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing)
 tatsu@TATSU-DPC-2ND  ~\..\..\..\..\..\bin  bazel --version
bazel 7.3.2

Where do you see this issue? (include link to specific section of the page, if applicable)

No response

Any other information you'd like to share?

Python "3.6" is a stale information too.

Guia do colaborador