Skip to content
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

Upgrade java_tools version to javac_11-v2.0 #8498

Closed
wants to merge 8 commits into from

Conversation

iirina
Copy link
Contributor

@iirina iirina commented May 29, 2019

Upgrade the java tools version in Bazel to javac_11-v2.0.

This PR fixes reported errors of missing input file '@remote_java_tools_darwin//:Genclass' (e.g. bazelbuild/intellij#845).

Also update the java_tools version for javac 9 and 10 that are used in tests. New java_tools releases for javac 9 and 10 were required because of new bazel API (java_toolchain now has an jacocorunner attribute).

The detailed release of javac_11-v2.0 can be found in bazelbuild/java_tools#8.
The detailed release of java_tools javac9-v2.0 and javac10-v4.0 can be found in bazelbuild/java_tools#10.

@iirina iirina force-pushed the update-java-tools-11-v2.0 branch from e0833c6 to 138a37d Compare May 31, 2019 14:04
@iirina iirina removed the WIP label May 31, 2019
@iirina iirina force-pushed the update-java-tools-11-v2.0 branch from 5d20bab to 5883f5d Compare June 3, 2019 07:20
@bazel-io bazel-io closed this in b0403a7 Jun 3, 2019
irengrig pushed a commit to irengrig/bazel that referenced this pull request Jun 18, 2019
Upgrade the java tools version in Bazel to `javac_11-v2.0`.

This PR fixes reported errors of `missing input file '@remote_java_tools_darwin//:Genclass'` (e.g. bazelbuild/intellij#845).

Also update the java_tools version for javac 9 and 10 that are used in tests. New java_tools releases for javac 9 and 10 were required because of new bazel API (`java_toolchain` now has an `jacocorunner` attribute).

The detailed release of `javac_11-v2.0` can be found in bazelbuild/java_tools#8.
The detailed release of java_tools `javac9-v2.0` and `javac10-v4.0` can be found in bazelbuild/java_tools#10.

Closes bazelbuild#8498.

PiperOrigin-RevId: 251245301
irengrig pushed a commit to irengrig/bazel that referenced this pull request Jul 15, 2019
Upgrade the java tools version in Bazel to `javac_11-v2.0`.

This PR fixes reported errors of `missing input file '@remote_java_tools_darwin//:Genclass'` (e.g. bazelbuild/intellij#845).

Also update the java_tools version for javac 9 and 10 that are used in tests. New java_tools releases for javac 9 and 10 were required because of new bazel API (`java_toolchain` now has an `jacocorunner` attribute).

The detailed release of `javac_11-v2.0` can be found in bazelbuild/java_tools#8.
The detailed release of java_tools `javac9-v2.0` and `javac10-v4.0` can be found in bazelbuild/java_tools#10.

Closes bazelbuild#8498.

PiperOrigin-RevId: 251245301
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants