-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Comments
Closed
cushon
added a commit
to cushon/bazel
that referenced
this issue
Sep 27, 2021
cushon
added a commit
to cushon/bazel
that referenced
this issue
Sep 27, 2021
cushon
added a commit
to cushon/bazel
that referenced
this issue
Sep 28, 2021
Will this change be ported to the 4.x branch? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: