lh0156 opened a new pull request, #23064: URL: https://github.com/apache/kafka/pull/23064
### What Remove the Gradle comment that tells contributors to publish to a local `file:` Maven repository with `-PmavenUrl`. Gradle configures credentials for the repository, so that command fails with `Authentication scheme 'all' is not supported by protocol 'file'`. The supported local workflow is `publishToMavenLocal`. ### Testing - RED: `./gradlew :clients:publishMavenJavaPublicationToMavenRepository -PmavenUrl=file:///tmp/... -PmavenUsername=unused -PmavenPassword=unused --no-daemon --no-build-cache --console=plain` reproduced the reported authentication failure. - GREEN: `./gradlew :clients:publishToMavenLocal --no-daemon --no-build-cache --console=plain` passed. - `./gradlew spotlessCheck --no-daemon --no-build-cache --console=plain` passed. - `git diff --check` passed. Documentation-only Gradle change; no API, protocol, or KIP impact. -- 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]
