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

Commits on Jun 4, 2019

  1. Fix GenClass target label in java_tool's java_toolchain

    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
    jin authored and iirina committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    e3926fd View commit details
    Browse the repository at this point in the history