Bazel安装及使用入门
时间:2019-11-08 21:57:18
收藏:0
阅读:609
Bazel
[文档][https://docs.bazel.build/versions/1.1.0/bazel-overview.html]
brew tap bazelbuild/tap
brew install bazelbuild/tap/bazel
验证
bazel --version
更新
brew upgrade bazelbuild/tap/bazel
Introduction to Bazel: Building a Java Project
原文:https://www.cnblogs.com/shengulong/p/11823028.html
评论(0)