dejan2609 commented on code in PR #23016:
URL: https://github.com/apache/kafka/pull/23016#discussion_r3797158167


##########
build.gradle:
##########
@@ -769,7 +772,7 @@ kafkaPublicApiChecker {
   task systemTestLibs(dependsOn: jar)
 
   if (!sourceSets.test.allSource.isEmpty()) {
-    task testJar(type: Jar) {
+    tasks.register('testJar', Jar) {

Review Comment:
   No, that was accidentally skipped by me. 
   I found another one (and fix it also).



-- 
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]

Reply via email to