From f377dd3445362b5d5f051f549a12424663801894 Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Thu, 9 Mar 2023 22:51:09 +0800 Subject: Update Java lib gradle build script docs (#2767) It stated Java 8 but now we are on Java 11 --- lib/java/gradle/sourceConfiguration.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/java/gradle/sourceConfiguration.gradle b/lib/java/gradle/sourceConfiguration.gradle index f39f5e51d..7eccc73f2 100644 --- a/lib/java/gradle/sourceConfiguration.gradle +++ b/lib/java/gradle/sourceConfiguration.gradle @@ -27,8 +27,8 @@ // https://docs.gradle.org/current/userguide/toolchains.html // // The '--release' option added below makes sure that even if we are using -// the toolchain version > 8, the final artifact is at version 8. There is -// also a runtime CI that's based on Java 8 to ensure that. +// the toolchain version > 11, the final artifact is at version 11. There is +// also a runtime CI that's based on Java 11 to ensure that. java { toolchain { languageVersion = JavaLanguageVersion.of(17) -- cgit v1.2.1