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 #154

Closed niloc132 closed 2 years ago

niloc132 commented 2 years ago

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