summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNasser Grainawi <nasser.grainawi@linaro.org>2023-12-21 19:26:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-12-21 19:26:34 +0000
commitf61382d412c9277dde5cd7de7cbc2f95436e2f93 (patch)
tree35997b6d6eb054f3b0653b73827c3cd8133d143b
parent6c3d618538e35e6ca28eadc80eb37c52167db963 (diff)
Revert "Enforce Java 11 source version with JDK17"
This reverts commit 6c3d618538e35e6ca28eadc80eb37c52167db963. Reason for revert: This breaks the jdk17 build using the correct toolchain. Change I3cef2772b2 attempted to fix it, but it was not successful and likely requires a solution in Bazel. Change-Id: I0238614963693f0ba34d3a63c8dc824004298b21 Release-Notes: skip
-rw-r--r--tools/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/BUILD b/tools/BUILD
index 6b81871d0a..26db1faf9b 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -25,7 +25,7 @@ default_java_toolchain(
package_configuration = [
":error_prone",
],
- source_version = "11",
+ source_version = "17",
target_version = "17",
visibility = ["//visibility:public"],
)