commit | b7747f37e6ce6bff24cf0aea42362d386833669a | [log] [tgz] |
---|---|---|
author | cushon <cushon@google.com> | Tue Oct 23 12:37:07 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Oct 23 12:38:40 2018 -0700 |
tree | a7ecc519342822f0baa9db4401869b9f2beeed5c | |
parent | 5080238f16e8ba13d455622afbc79d2ce6ab9966 [diff] |
Remove support for --incompatible_never_use_embedded_jdk_for_javabase Fixes #6105 RELNOTES: If the --javabase flag is unset, it Bazel locates a JDK using the JAVA_HOME environment variable and searching the PATH. If no JDK is found --javabase will be empty, and builds targeting Java will not be supported. Previously Bazel would fall back to using the embedded JDK as a --javabase, but this is no longer default behaviour. A JDK should be explicitly installed instead to enable Java development PiperOrigin-RevId: 218388326
{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.