commit | c9cdec2471f116409b3a5ec24ce4766027f1f477 | [log] [tgz] |
---|---|---|
author | Ivo List <ilist@google.com> | Tue Nov 17 02:04:47 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 17 02:05:41 2020 -0800 |
tree | e75d3b6fa28dbc284a1ba933aec71ae821af1096 | |
parent | 12086237207c7238722ab6b01d80dd21d1e9df75 [diff] |
Remove jarjar from java_tools. Jarjar is an advanced processor of jar files. It can rename classes consistently within a .jar file. It is used in Jacoco deployment, renaming package of 'asm' dependency in the Jacoco deployment jar. This is done so that 'asm' does not clash with another version of asm that might be used in the target being "code coveraged". After the deployment of java_tools, jarjar is not used by Bazel itself. There might be downstream projects using jarjar from java_tools. However it is a much better idea to remove jarjar from java_tools interface, and that downstream projects depend on it directly. Closes #12491. PiperOrigin-RevId: 342819568
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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