David Arthur created KAFKA-17606:
------------------------------------
Summary: Include Rat errors in GitHub workflow summary
Key: KAFKA-17606
URL: https://issues.apache.org/jira/browse/KAFKA-17606
Project: Kafka
Issue Type: Improvement
Components: build
Reporter: David Arthur
It is difficult to scroll through the output of "check -x test" to find Rat
errors. There is a summary printed at the end of the Gradle process, but it
just says something like
{code:java}
* What went wrong:
Execution failed for task ':rat'.
> A failure occurred while executing org.nosphere.apache.rat.RatWork
> Apache Rat audit failure - 2 unapproved licenses
See file:///home/runner/work/kafka/kafka/build/rat/index.html {code}
We should include specific Rat failures in the job summary similar to what we
do for checkstyle failures.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)