Merge pull request #2897 from cgrushko/patch-5

Compile the Java proto runtime with Java 6
pull/2899/head
Feng Xiao 8 years ago committed by GitHub
commit 373809e5f5
  1. 1
      BUILD

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

Loading…
Cancel
Save