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

Cherry picks for java_tools javac10 v3.2 #8552

Closed
wants to merge 1 commit into from

Conversation

iirina
Copy link
Contributor

@iirina iirina commented Jun 4, 2019

Fixes bazelbuild/intellij#845

This causes IntelliJ resolution to fail when there's a java_plugin in the build.

The filegroup is GenClass, not Genclass.

filegroup(
    name = "GenClass",
    srcs = ["java_tools/GenClass_deploy.jar"],
)

This will require a new java_tools release and a patch release to 0.26.0.

Closes #8490.

PiperOrigin-RevId: 250487423

Fixes bazelbuild/intellij#845

This causes IntelliJ resolution to fail when there's a `java_plugin` in the build.

The filegroup is `GenClass`, not `Genclass`.

```
filegroup(
    name = "GenClass",
    srcs = ["java_tools/GenClass_deploy.jar"],
)
```

This will require a new java_tools release and a patch release to 0.26.0.

Closes bazelbuild#8490.

PiperOrigin-RevId: 250487423
@iirina iirina added the WIP label Jun 4, 2019
@iirina iirina closed this Jun 4, 2019
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.

Plugin not working with bazel 0.26.0 (missing input file '@remote_java_tools_darwin//:Genclass')
3 participants