ソースを参照

Compile the Java proto runtime with Java 6

in order to avoid errors related to generics when 
building user code in newer versions of Java.
cgrushko 8 年 前
コミット
6f21e29268
1 ファイル変更1 行追加0 行削除
  1. 1 0
      BUILD

+ 1 - 0
BUILD

@@ -570,6 +570,7 @@ java_library(
     ]) + [
         ":gen_well_known_protos_java",
     ],
+    javacopts = ["-source 6"],
     visibility = ["//visibility:public"],
 )