Skip to content

Commit

Permalink
Turn experimental_jlpl_enforce_strict_deps flag on by default.
Browse files Browse the repository at this point in the history
Users can still opt out by setting --noexperimental_jlpl_enforce_strict_deps, but this will be removed in a future release.

PiperOrigin-RevId: 357067740
  • Loading branch information
Googler authored and copybara-github committed Feb 11, 2021
1 parent 0080572 commit 0c1257e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ public ImportDepsCheckingLevelConverter() {

@Option(
name = "experimental_jlpl_enforce_strict_deps",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.ACTION_COMMAND_LINES},
help =
Expand Down

0 comments on commit 0c1257e

Please sign in to comment.