Java 17 toolchain support #13416
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
team-Rules-Java
Issues for Java rules
type: feature request
Description of the problem / feature request:
Support for java 17 to be used with toolchain resolution for java rules, e.g. with this section in
.bazelrc:
This build command should fetch remote JDK 17 and produce major java version 17:
Feature requests: what underlying problem are you trying to solve with this feature?
Build Java code and produce major java version 17.
According to JDK 17 release schedule: [1] the general availability will be available on
2021/09/14.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
What operating system are you running Bazel on?
Linux.
What's the output of
bazel info release
?Bazel@HEAD, Next major Bazel release (5.x) should include this feature.
[1] https://openjdk.java.net/projects/jdk/17
The text was updated successfully, but these errors were encountered: