Skip to content
Snippets Groups Projects
Unverified Commit 0caf488a authored by Fabian Meumertzheim's avatar Fabian Meumertzheim Committed by GitHub
Browse files

Flip `--incompatible_always_include_files_in_data` (#16781)

RELNOTES[INC]: `--incompatible_always_include_files_in_data` is flipped
to true. See https://github.com/bazelbuild/bazel/issues/16654 for
details.
parent bd88c7e4
No related merge requests found
......@@ -435,7 +435,7 @@ public class CoreOptions extends FragmentOptions implements Cloneable {
@Option(
name = "incompatible_always_include_files_in_data",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.OUTPUT_SELECTION,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment