We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb34996 commit 1c062e2Copy full SHA for 1c062e2
src/main/java/com/google/devtools/build/lib/rules/java/JavaOptions.java
@@ -544,7 +544,7 @@ public ImportDepsCheckingLevelConverter() {
544
545
@Option(
546
name = "incompatible_require_javaplugininfo_in_javacommon",
547
- defaultValue = "false",
+ defaultValue = "true",
548
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
549
effectTags = {OptionEffectTag.UNKNOWN},
550
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
0 commit comments