dejan2609 commented on PR #19513:
URL: https://github.com/apache/kafka/pull/19513#issuecomment-3213821218
### Update:
- distribution build works as expected: `./gradlew clean releaseTarGz -i`
:white_check_mark:
- but CI build (rat report) fails :x:
I opted to introduce another (empty) module `:distribution` in order to
extract distribution related tasks out of `:core` module (and hence I had to
add some git file placeholder to that new module).
Will try to fix this somehow.
```
Run python .github/scripts/rat.py
Found 1 Rat reports
Read env GITHUB_WORKSPACE: /home/runner/work/kafka/kafka
Parsing Rat report file: build/rat/rat-report.xml
6840 approved licenses
1 unapproved licenses
Files with unapproved licenses:
Notice: File with unapproved license: distribution/git-placeholder-file
Error: Process completed with exit code 1.
Run python .github/scripts/rat.py
Found 1 Rat reports
Read env GITHUB_WORKSPACE: /home/runner/work/kafka/kafka
Parsing Rat report file: build/rat/rat-report.xml
6840 approved licenses
1 unapproved licenses
Files with unapproved licenses:
Notice: File with unapproved license: distribution/git-placeholder-file
Error: Process completed with exit code 1.
```
- <img width="1283" height="958" alt="image"
src="https://github.com/user-attachments/assets/956e0b88-60bc-4d64-b88d-b1547b494af7"
/>
--
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]