Merge pull request #2897 from cgrushko/patch-5
Compile the Java proto runtime with Java 6
This commit is contained in:
commit
373809e5f5
1 changed files with 1 additions and 0 deletions
1
BUILD
1
BUILD
|
@ -570,6 +570,7 @@ java_library(
|
|||
]) + [
|
||||
":gen_well_known_protos_java",
|
||||
],
|
||||
javacopts = ["-source 6"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue