Commit 373809e5 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #2897 from cgrushko/patch-5

Compile the Java proto runtime with Java 6
parents 1387a679 6f21e292
......@@ -570,6 +570,7 @@ java_library(
]) + [
":gen_well_known_protos_java",
],
javacopts = ["-source 6"],
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