commit | 4c0ca9b87d7a09284cd56440d8c3bd309a17ad37 | [log] [tgz] |
---|---|---|
author | SongFerng Wang <songferngwang@google.com> | Thu Feb 09 09:02:34 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 09 09:02:34 2023 +0000 |
tree | 2baea8e07e62e573297698cbd03ed68fa984e02d | |
parent | e1cd5baf7a1d05e3ea517b120e04e8c979174c9a [diff] | |
parent | 244d54d8a3157d01eb14958eb2edca04931b7eb7 [diff] |
Merge "Add limitation for the password"
diff --git a/ProtoLibraries.bp b/ProtoLibraries.bp index c12f5b4..a0944d4 100644 --- a/ProtoLibraries.bp +++ b/ProtoLibraries.bp
@@ -100,6 +100,8 @@ ], type: "full", }, + // b/267831518: Pin tradefed and dependencies to Java 11. + java_version: "11", // Protos have lots of MissingOverride and similar. errorprone: { enabled: false,