KTKTK-HZ commented on code in PR #16950:
URL: https://github.com/apache/kafka/pull/16950#discussion_r1835609331
##########
build.gradle:
##########
@@ -41,7 +41,7 @@ plugins {
id "com.github.spotbugs" version '6.0.25' apply false
id 'org.scoverage' version '8.0.3' apply false
- id 'io.github.goooler.shadow' version '8.1.3' apply false
+ id 'io.github.goooler.shadow' version '8.1.8' apply false
Review Comment:
@chia7712 Yeah, I tried to upgrade Goooler/shadow to GradleUp/shadow, and
after the upgrade, the KAFKA-17052 problem did not occur.But as @chia7712
mentioned, This is because the GradleUp/shadow 8.3.0 release does not have the
Goooler/shadow#80 patch that caused us to revert versions.Also, unfortunately,
GradleUp/shadow does not fix the issue that caused KAFKA-16359.However, since
Goooler/shadow is retired now.so I will create a new ticket for changing the
fork.
--
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]