m1a2st commented on code in PR #18299:
URL: https://github.com/apache/kafka/pull/18299#discussion_r1897336398


##########
.github/workflows/build.yml:
##########
@@ -143,6 +143,9 @@ jobs:
             find ./site-docs/generated -type f -exec grep -L "." {} \; >&2
             exit 1
           fi
+      - name: Check missing lib license
+        run: |
+          ./gradlew releaseTarGz

Review Comment:
   I think @mumrah means, this gradle command should move to `Compile and 
validate` step



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to