summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Sorin Basca <sorinbasca@google.com> 2023-02-04 15:56:22 +0000
committer Sorin Basca <sorinbasca@google.com> 2023-02-04 16:19:39 +0000
commit1f887e17c8863671e8f509e4060dec52741667ad (patch)
treebef171dc031901e44f7de3111f11cb55fe42c516
parentede4a8a9d4585d474f70bff710cbaa9ad0274243 (diff)
Pin tradefed dependencies to Java 11
Bug: 267831518 Test: TH Change-Id: I911483e3e203cf65e8bcd3aeb21a3d99ea090e2d
-rw-r--r--ProtoLibraries.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ProtoLibraries.bp b/ProtoLibraries.bp
index c12f5b4395ec..a0944d40a5e3 100644
--- a/ProtoLibraries.bp
+++ b/ProtoLibraries.bp
@@ -100,6 +100,8 @@ java_library_host {
],
type: "full",
},
+ // b/267831518: Pin tradefed and dependencies to Java 11.
+ java_version: "11",
// Protos have lots of MissingOverride and similar.
errorprone: {
enabled: false,