srdo commented on PR #748: URL: https://github.com/apache/kafka-site/pull/748#issuecomment-3571731571
@mingyen066 This may be a bigger lift, but I believe Gradle supports decoupling the JDK used for invoking Gradle from the JDK used for compiling the project code, via the "toolchains" concept. https://docs.gradle.org/current/userguide/toolchains.html#toolchains Maybe it would be worth looking at that for trunk too, it could enable Kafka to upgrade the JDK faster in the future, even before Gradle gains support? Anyway, just an idea, not sure if it's worth doing? -- 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]
