mingyen066 opened a new pull request, #20825: URL: https://github.com/apache/kafka/pull/20825
Typo in license header sometimes can be found like #20800. As discussed [here](https://github.com/apache/kafka/pull/20800#issuecomment-3479696451 ), add a Gradle task to verify ASF license header in JSON files under `src/main/resources` If a JSON file’s header does not match `gradle/LICENSE.json`, the task will fail. For example: ``` > Task :clients:checkJsonLicenseHeader FAILED clients: Incorrect ASF license header in JSON files: - /Users/ming/code/kafka/clients/src/main/resources/common/message/AddOffsetsToTxnRequest.json ``` -- 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]
