commit | 1f887e17c8863671e8f509e4060dec52741667ad | [log] [tgz] |
---|---|---|
author | Sorin Basca <sorinbasca@google.com> | Sat Feb 04 15:56:22 2023 +0000 |
committer | Sorin Basca <sorinbasca@google.com> | Sat Feb 04 16:19:39 2023 +0000 |
tree | bef171dc031901e44f7de3111f11cb55fe42c516 | |
parent | ede4a8a9d4585d474f70bff710cbaa9ad0274243 [diff] [blame] |
Pin tradefed dependencies to Java 11 Bug: 267831518 Test: TH Change-Id: I911483e3e203cf65e8bcd3aeb21a3d99ea090e2d
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,