This is an automated email from the ASF dual-hosted git repository.

jiayuliu pushed a commit to branch Jimexist-patch-update-release-doc
in repository https://gitbox.apache.org/repos/asf/thrift.git

commit 7c1d392dda812e5d2b6f748506389bd47d6fe73f
Author: Jiayu Liu <jimex...@users.noreply.github.com>
AuthorDate: Thu Mar 9 11:03:22 2023 +0800

    Update Java lib gradle build script docs
    
    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)

Reply via email to