aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar David Ostrovsky <david@ostrovsky.org>2018-01-25 06:05:14 +0100
committerGravatar David Ostrovsky <david@ostrovsky.org>2018-01-25 06:54:38 +0100
commit019ceea4b3e4fdc127dc7e978b53e5ec166c9062 (patch)
treee132ec31721918cc58924336756f169fcaef0084 /BUILD
parent80e016e83898b2bd4f197f1d57c7e1453828e846 (diff)
Drop java 6 support
Fixes #4220.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 547181e8..2902e9e2 100644
--- a/BUILD
+++ b/BUILD
@@ -608,7 +608,7 @@ java_library(
]) + [
":gen_well_known_protos_java",
],
- javacopts = ["-source 6", "-target 6"],
+ javacopts = ["-source 7", "-target 7"],
visibility = ["//visibility:public"],
)
@@ -617,7 +617,7 @@ java_library(
srcs = glob([
"java/util/src/main/java/com/google/protobuf/util/*.java",
]),
- javacopts = ["-source 6", "-target 6"],
+ javacopts = ["-source 7", "-target 7"],
visibility = ["//visibility:public"],
deps = [
"protobuf_java",