Skip to content

Commit

Permalink
Flip incompatible_use_toolchain_resolution_for_java_rules flag.
Browse files Browse the repository at this point in the history
RELNOTES[INC]: flipped incompatible_use_toolchain_resolution_for_java_rules, see #7849

Closes #12812.

PiperOrigin-RevId: 351593322
  • Loading branch information
comius authored and copybara-github committed Jan 13, 2021
1 parent 7a0dee5 commit c2485f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public class PlatformOptions extends FragmentOptions {

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

0 comments on commit c2485f6

Please sign in to comment.