Skip to content

Commit

Permalink
Flip --incompatible_load_proto_rules_from_bzl
Browse files Browse the repository at this point in the history
DO NOT SUBMIT until Bazel 0.29 was cut.

RELNOTES: The flag --incompatible_load_proto_rules_from_bzl from_bzl has been flipped.

Fixes bazelbuild#8922
  • Loading branch information
Yannic authored Jul 25, 2019
1 parent 64239e0 commit 4f3fb1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public static class Options extends FragmentOptions {

@Option(
name = "incompatible_load_proto_rules_from_bzl",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
metadataTags = {
Expand Down

0 comments on commit 4f3fb1d

Please sign in to comment.