summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/java/gradle/sourceConfiguration.gradle4
1 files 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)