Commit 6f21e292 authored by cgrushko's avatar cgrushko Committed by GitHub

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.
parent 1387a679
...@@ -570,6 +570,7 @@ java_library( ...@@ -570,6 +570,7 @@ java_library(
]) + [ ]) + [
":gen_well_known_protos_java", ":gen_well_known_protos_java",
], ],
javacopts = ["-source 6"],
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment