Skip to content

Commit

Permalink
Flip --incompatible_always_include_files_in_data (#16781)
Browse files Browse the repository at this point in the history
RELNOTES[INC]: `--incompatible_always_include_files_in_data` is flipped
to true. See #16654 for
details.
  • Loading branch information
fmeum authored Nov 17, 2022
1 parent bd88c7e commit 0caf488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public ExecConfigurationDistinguisherSchemeConverter() {

@Option(
name = "incompatible_always_include_files_in_data",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.OUTPUT_SELECTION,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
Expand Down

0 comments on commit 0caf488

Please sign in to comment.