Merge pull request #2897 from cgrushko/patch-5

Compile the Java proto runtime with Java 6
This commit is contained in:
Feng Xiao 2017-03-22 13:35:52 -07:00 committed by GitHub
commit 373809e5f5

1
BUILD
View File

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