aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-03-22 13:35:52 -0700
committerGitHub <noreply@github.com>2017-03-22 13:35:52 -0700
commit373809e5f5c1aa77b58c369b0d161ced93a04a4d (patch)
tree2bd02938decb91a55b2c367062786f095ab8e430
parent1387a6795c743fa41a21e8e1501953cb018be760 (diff)
parent6f21e29268daa19f306857caf51da7192b5ce27b (diff)
downloadprotobuf-373809e5f5c1aa77b58c369b0d161ced93a04a4d.tar.gz
protobuf-373809e5f5c1aa77b58c369b0d161ced93a04a4d.tar.bz2
protobuf-373809e5f5c1aa77b58c369b0d161ced93a04a4d.zip
Merge pull request #2897 from cgrushko/patch-5
Compile the Java proto runtime with Java 6
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 56f9ea38..d08b7a09 100644
--- a/BUILD
+++ b/BUILD
@@ -570,6 +570,7 @@ java_library(
]) + [
":gen_well_known_protos_java",
],
+ javacopts = ["-source 6"],
visibility = ["//visibility:public"],
)