Skip to content

Commit

Permalink
Enable Java 11 for J2CL compiler itself.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 526044915
  • Loading branch information
gkdn authored and copybara-github committed Apr 21, 2023
1 parent f769a10 commit d786051
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ test --test_output=errors

# Enable Java 11
build --java_language_version=11

# Enable Java 11 for J2CL compiler itself
build --tool_java_language_version=11

0 comments on commit d786051

Please sign in to comment.