commit | e51e9924aebb48931224ba6da807c924fba240ae | [log] [tgz] |
---|---|---|
author | cnsun <cnsun@google.com> | Wed Aug 30 20:41:37 2017 +0200 |
committer | Vladimir Moskva <vladmos@google.com> | Thu Aug 31 13:44:17 2017 +0200 |
tree | 681c3b4366c607adf3ddbd6bf0e6e3fd55c45e18 | |
parent | 11073bdd65429d9548ab94df8071c849e65224ba [diff] |
Add a closeResource(Throwable throwable, Object resource) in the runtime library. Javac9 generates a helper method $closeResource(Throwable, AutoCloseable) sometimes for try-with-resources. Now we rewrite the call to call our version to avoid the dependency on AutoCloseable. RELNOTES: None PiperOrigin-RevId: 167025276
{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 system. 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.