google / bazel-common

Common functionality for Google's open-source libraries that are built with bazel.
Apache License 2.0
84 stars 40 forks source link

Declare a directory for intermediate javadoc output. #157

Closed copybara-service[bot] closed 2 years ago

copybara-service[bot] commented 2 years ago

Declare a directory for intermediate javadoc output.

This lets Bazel know that the directory will be created and owned by this rule, so no other rule should write to it.

Fixes #153. Closes #154.