bazel-integration-testing
bazel-integration-testing copied to clipboard
Collect the build event stream #34
One thing that probably should be discussed is how to import the build event stream dependency. I shied away from including the Bazel code base as a dependency, and I borrowed a jar file from the IntelliJ plugin. I could have put committed it in third_party, but I decided to use java_import_external instead.