aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSorin Basca <sorinbasca@google.com>2023-02-04 15:57:58 +0000
committerSorin Basca <sorinbasca@google.com>2023-02-04 16:45:38 +0000
commit8abee9fcc241c7abfe795e55b695206fe32f3528 (patch)
tree81d6ee51cd2ae5905fb60996c547b54a40691261
parent4f1480fd638634e1ef6740ea2d663e382608135a (diff)
downloadsnakeyaml-8abee9fcc241c7abfe795e55b695206fe32f3528.tar.gz
Pin tradefed dependencies to Java 11
Bug: 267831518 Test: TH Change-Id: Id9829f94356c9adca1d6ad48c1907c1d580f655e
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index e64ef38c..23339fbf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -99,7 +99,8 @@ java_library {
srcs: [":snakeyaml_patched_src_files"],
},
},
-
+ // b/267831518: Pin tradefed and dependencies to Java 11.
+ java_version: "11",
errorprone: {
javacflags: [
"-Xep:ReturnValueIgnored:WARN",