lhotari opened a new pull request, #25966: URL: https://github.com/apache/pulsar/pull/25966
### Motivation The CodeQL job invokes the Gradle build although buildmode is set to `none`. The CodeQL build job currently fails since it pick Java 17 for the Gradle builds. This fails since Pulsar build requires Java 21/25. ### Modifications - Restore workflow job steps to setup JDK 21/25 and Gradle - Disable configuration cache, build cache and daemon for Gradle invocations -- 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]
