Skip to content

Commit

Permalink
Temporarily compile jre_bootclasspath as Java 8
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 320103389
  • Loading branch information
cushon authored and copybara-github committed Jul 8, 2020
1 parent 42b3d3e commit f4420bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jre/java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ j2cl_mirror_from_gwt(
java_library(
name = "jre_bootclasspath",
srcs = glob(["javasynth/**"]),
javacopts = [
"-source",
"8",
"-target",
"8",
],
)

0 comments on commit f4420bf

Please sign in to comment.