Skip to content

Commit

Permalink
//:protobuf_java_util: discontinue JDK 7 compatibility support.
Browse files Browse the repository at this point in the history
6bbd56d removed the -source 7 -target
7 javacopts from the //java:{core,lite} targets in order to improve
compatibility with more recent versions of javac. (see that commit for
more discussion of motivation.) but the commit left -source 7 -target
7 javacopts on the related //java/util target. i've confirmed with the
commit author that this was just an oversight, so remove these flags
as well.
  • Loading branch information
Ubehebe authored and acozzette committed Aug 11, 2020
1 parent e56cbaf commit 389bd06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions java/util/BUILD
Expand Up @@ -5,10 +5,6 @@ java_library(
srcs = glob([
"src/main/java/com/google/protobuf/util/*.java",
]),
javacopts = [
"-source 7",
"-target 7",
],
visibility = ["//visibility:public"],
deps = [
"//external:error_prone_annotations",
Expand Down

0 comments on commit 389bd06

Please sign in to comment.