Skip to content

Commit e8f2d2c

Browse files
cushoncopybara-github
authored andcommitted
Stop hard-coding -Djava.locale.providers=
PiperOrigin-RevId: 687424313 Change-Id: Ib0bc99a99ec12686702193214d1f9d6a3c685152
1 parent 516b8fe commit e8f2d2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rules/android_local_test/impl.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,6 @@ def _get_jvm_flags(ctx, main_class, robolectric_properties_path, additional_jvm_
514514
{},
515515
)
516516
for flag in ctx.attr.jvm_flags
517-
] + [
518-
"-Djava.locale.providers=CLDR,JRE", # TODO(b/334926816): remove this after updating to JDK 23
519517
]
520518

521519
def _zip_file(ctx, f, dir_name, out_zip):

0 commit comments

Comments
 (0)