bazelbuild/bazel
Voir sur GitHubJava "11" is not required (especially for Windows)
Open
#23 882 ouverte le 6 oct. 2024
P2area-Windowshelp wantedteam-Documentationteam-OSStype: documentation (cleanup)
Métriques du dépôt
- Stars
- (25 384 stars)
- Métriques de merge PR
- (Merge moyen 22j 20h) (77 PRs mergées en 30 j)
Description
Page link:
https://bazel.build/install/windows#install-compilers
Problem description (include actual vs expected text, if applicable):
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.
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.