commit | 0216ee54417fa1f2fef14f6eb14cbc1e8f595821 | [log] [tgz] |
---|---|---|
author | philwo <philwo@google.com> | Mon Feb 08 10:45:50 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Feb 08 10:47:09 2021 -0800 |
tree | f3f5f27a1916ae3be8d0814b7ccdd7fe78af7a54 | |
parent | 84c8b79b23718a3b0935eddc5018b5b7d51e4cb2 [diff] |
Fix Bazel #10214: JDK 13 introduced a source compatibility issue. Quote from the Java release notes: The addition of newFileSystem(Path, Map<String, ?>) creates a source (but not binary) compatibility issue for code that has been using the existing 2-arg newFileSystem(Path, ClassLoader) and specifying the class loader as null. [...] To avoid the ambiguous reference, this code needs to be modified to cast the second parameter to java.lang.ClassLoader. RELNOTES: PiperOrigin-RevId: 356301318
{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