commit | c177d88d4c150da0d0db8260f4593c369294d356 | [log] [tgz] |
---|---|---|
author | cushon <cushon@google.com> | Thu Apr 08 11:29:23 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 08 11:30:40 2021 -0700 |
tree | 1ebc2a743d102e401e9cf6e370a2a031256e120b | |
parent | e35aedf95464833c1873dd5ab09ee4228a754cd9 [diff] |
Normalize `--add-exports=` and `--add-opens=` flags This is similar to the existing handling of `-source`, `-target`, and `--release`, where (unlike javac) we allow all the options to be mixed and matched, and let the last one win. With the module-related flags, they are accumulated and added to the command line only if the target level is 9 or higher, which corresponds to modules being enabled. PiperOrigin-RevId: 367471359
{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