Skip to content

Commit ae40562

Browse files
aiutocopybara-github
authored andcommitted
Remove --incompatible_disable_third_party_license_checking
It has been in the graveyard for over a year. RELNOTES: None PiperOrigin-RevId: 564619042 Change-Id: If7497c5a737cd7964bd3f00156d3a2e16458db1b
1 parent e67e3ec commit ae40562

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRulesModule.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -706,15 +706,6 @@ public static final class AllCommandGraveyardOptions extends OptionsBase {
706706
help = "No-op")
707707
public boolean useEventBasedBuildCompletionStatus;
708708

709-
// Moved here 2022/08/29
710-
@Option(
711-
name = "incompatible_disable_third_party_license_checking",
712-
defaultValue = "true",
713-
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
714-
effectTags = {OptionEffectTag.NO_OP},
715-
help = "No-op")
716-
public boolean incompatibleDisableThirdPartyLicenseChecking;
717-
718709
@Option(
719710
name = "experimental_use_fork_join_pool",
720711
defaultValue = "true",

0 commit comments

Comments
 (0)