Skip to content

Commit

Permalink
Enable JRE 14 in readable/java/sourcemap since it uses switch express…
Browse files Browse the repository at this point in the history
…ions.

PiperOrigin-RevId: 733118735
  • Loading branch information
gkdn authored and copybara-github committed Mar 4, 2025
1 parent a79d949 commit c535a31
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ readable_example(
generate_kt_readables = False,
generate_readable_source_maps = True,
generate_wasm_readables = False,
javacopts = [
"-source 14",
"-target 14",
],
deps = ["//third_party:jsinterop-annotations-j2cl"],
)

0 comments on commit c535a31

Please sign in to comment.