commit | f69d02d398a0e0d700b0848d9bda50d6b889cd6f | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Wed May 29 07:33:49 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 29 07:34:55 2019 -0700 |
tree | e42a392d00207147ceb93ff88472dee4b6429852 | |
parent | d0bd3c8273e2a782d7e9b05a8b1fbab368589c9a [diff] |
Fix GenClass target label in java_tool's java_toolchain Fixes https://github.com/bazelbuild/intellij/issues/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
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.