Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information