bbejeck opened a new pull request #9486: URL: https://github.com/apache/kafka/pull/9486
Fixes the release target to produce valid scaladoc and javadoc jar files To test: 1. `./gradlew clean && ./gradlewAll releaseTarGz 2. cd into `core/build/distributions` 3. run `tar xvzf kafka_2.13-2.8.0-SNAPSHOT.tgz` 4. run `ls -la kafka_2.13-2.8.0-SNAPSHOT/libs | grep doc` 5. This should produce the following ``` -rw-r--r-- 1 bill staff 1326180 Oct 23 12:58 kafka-streams-scala_2.13-2.8.0-SNAPSHOT-scaladoc.jar -rw-r--r-- 1 bill staff 413518 Oct 23 12:56 kafka_2.13-2.8.0-SNAPSHOT-javadoc.jar -rw-r--r-- 1 bill staff 6554029 Oct 23 12:57 kafka_2.13-2.8.0-SNAPSHOT-scaladoc.jar ``` Note the size of the docs jars 6. Repeat steps for `kafka_2.12-2.8.0-SNAPSHOT.tgz ` ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org