Compile the Java proto runtime with Java 6

in order to avoid errors related to generics when 
building user code in newer versions of Java.
pull/2897/head
cgrushko 8 years ago committed by GitHub
parent 1387a6795c
commit 6f21e29268
  1. 1
      BUILD

@ -570,6 +570,7 @@ java_library(
]) + [
":gen_well_known_protos_java",
],
javacopts = ["-source 6"],
visibility = ["//visibility:public"],
)

Loading…
Cancel
Save