Skip to content

Commit

Permalink
[7.0.0] Document --experimental_output_paths (#19993)
Browse files Browse the repository at this point in the history
Closes #19891.

Commit
6191a70

PiperOrigin-RevId: 577970043
Change-Id: Ia5e9386d6fe6e0601787ec069d9054b0b8cf1418

Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
  • Loading branch information
bazel-io and fmeum committed Nov 1, 2023
1 parent 843ac00 commit 13ea6b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ public OutputPathsConverter() {
name = "experimental_output_paths",
converter = OutputPathsConverter.class,
defaultValue = "off",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
documentationCategory = OptionDocumentationCategory.OUTPUT_PARAMETERS,
effectTags = {
OptionEffectTag.LOSES_INCREMENTAL_STATE,
OptionEffectTag.BAZEL_INTERNAL_CONFIGURATION,
Expand Down

0 comments on commit 13ea6b4

Please sign in to comment.