Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d82d19

Browse files
committed
protobuf: Update protobuf jars to be binary compatible with Java 6. Fixes bazelbuild#3198
I recompiled the protobuf jars to be binary compatible with Java 6 by specifying -target 1.6 to javac. Verified: $ javap -v -cp third_party/protobuf/3.2.0/libprotobuf_java.jar com.google.protobuf.MessageOrBuilder | grep "major" major version: 50 $ javap -v -cp third_party/protobuf/3.2.0/libprotobuf_java_util.jar com.google.protobuf.util.Durations | grep "major" major version: 50 Change-Id: Ib40f8af8393de79dd431d08eb766c269bab2e608
1 parent 88206bc commit 1d82d19

2 files changed

File tree

55 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)