mingyen066 commented on code in PR #21026:
URL: https://github.com/apache/kafka/pull/21026#discussion_r2587705185
##########
Jenkinsfile:
##########
@@ -199,6 +199,25 @@ pipeline {
echo 'Skipping Kafka Streams archetype test for Java 23'
}
}
+ stage('JDK 25 and Scala 2.13') {
+ agent { label 'ubuntu' }
+ tools {
+ // Use JDK 21 instead of JDK 25 because Gradle 8 cannot run on JDK
25.
+ // While running Gradle with JDK 21, we use Gradle's Java
toolchain feature to build and test with JDK 25.
Review Comment:
Thanks! I forgot to update this comment.
--
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]