commit | 6bc292d5a7d307eddd45dc42835476d5facb4cf4 | [log] [tgz] |
---|---|---|
author | jingwen <jingwen@google.com> | Fri May 08 21:14:41 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 08 21:15:47 2020 -0700 |
tree | 92058e3394eedfeaa23c41c83eb9269d41dfe48b | |
parent | ae8f4d4343d56eb6cb443752bfa57ed22109b28e [diff] |
Document JDK selection with --java_toolchain and --javabase flags. This is a common user journey, and I'm surprised that we don't have this documented anywhere. https://stackoverflow.com/questions/59040291/configuring-bazel-to-build-test-using-a-specific-jvm-version https://stackoverflow.com/questions/59761069/changing-java-version-in-bazel https://stackoverflow.com/questions/59021153/bazel-with-java-11-on-ubuntu RELNOTES: PiperOrigin-RevId: 310679726
{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