Parkerhiphop commented on code in PR #18863:
URL: https://github.com/apache/kafka/pull/18863#discussion_r1951218443
##########
.github/workflows/build.yml:
##########
@@ -113,7 +114,7 @@ jobs:
# --scan: Publish the build scan. This will only work on PRs
from apache/kafka and trunk
# --no-scan: For public fork PRs, we won't attempt to publish the
scan
run: |
- ./gradlew --build-cache --info $SCAN_ARG check siteDocTar -x test
+ ./gradlew --build-cache --info $SCAN_ARG check siteDocTar javadoc -x
test |& tee gradle-output.log
Review Comment:
@chia7712 Yes. Thanks for correcting!
I intended to log the specific file and line number.
Is it ok if the build process just fails?
And I use the same error from #18838 to test.
--
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]