mingyen066 commented on code in PR #21026:
URL: https://github.com/apache/kafka/pull/21026#discussion_r2585146364


##########
Jenkinsfile:
##########
@@ -181,7 +184,7 @@ pipeline {
           }
         }
 
-        stage('JDK 23 and Scala 2.13') {
+        stage('JDK 25 and Scala 2.13') {
           agent { label 'ubuntu' }
           tools {
             jdk 'jdk_23_latest'

Review Comment:
   
https://docs.gradle.org/current/userguide/toolchains.html#sec:using-java-toolchains
   > Using Java toolchains allows Gradle to automatically download and manage 
the required JDK version for your build. It ensures that the correct Java 
version is used for both compilation and execution.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to