Skip to content

Commit

Permalink
Stop hard-coding -Djava.locale.providers=
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 687424313
Change-Id: Ib0bc99a99ec12686702193214d1f9d6a3c685152
  • Loading branch information
cushon authored and copybara-github committed Oct 18, 2024
1 parent 516b8fe commit e8f2d2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rules/android_local_test/impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,6 @@ def _get_jvm_flags(ctx, main_class, robolectric_properties_path, additional_jvm_
{},
)
for flag in ctx.attr.jvm_flags
] + [
"-Djava.locale.providers=CLDR,JRE", # TODO(b/334926816): remove this after updating to JDK 23
]

def _zip_file(ctx, f, dir_name, out_zip):
Expand Down

0 comments on commit e8f2d2c

Please sign in to comment.