Explorar o código

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 %!s(int64=8) %!d(string=hai) anos
pai
achega
6f21e29268
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      BUILD

+ 1 - 0
BUILD

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