chia7712 commented on code in PR #16559:
URL: https://github.com/apache/kafka/pull/16559#discussion_r1674720250
##########
build.gradle:
##########
@@ -1211,6 +1211,8 @@ project(':core') {
//By default gradle does not handle test dependencies between the
sub-projects
//This line is to include clients project test jar to dependant-testlibs
from (project(':clients').testJar ) { "$buildDir/dependant-testlibs" }
+ // added in order to pass the kafka_log4j_appender.py test
Review Comment:
"log4j-appender is not in core dependencies, so we add it to
dependant-testlibs to avoid ClassNotFoundException in running
kafka_log4j_appender.py"
--
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]