mdedetrich commented on code in PR #147: URL: https://github.com/apache/incubator-pekko-grpc/pull/147#discussion_r1286394852
########## docs/src/main/paradox/buildtools/gradle.md: ########## @@ -13,25 +13,14 @@ By default, both client and server are generated and Java or Scala is autodetect ### Installation -**The Gradle plugin is not yet deployed to plugins.gradle.org.** - -For now, you will you need to build the plugin yourself and deploy to your local Maven repository. -Unfortunately, the [Gradle Plugin Publishing](https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html) plugin -does not appear to support publishing to repositories that require authentication (e.g. Artifactory). - -If you check out the source code from our [git repo](https://github.com/apache/incubator-pekko-grpc) -or [download](https://pekko.apache.org/download.html) a source release, you can change directory to the -`gradle-plugin` directory and run this Gradle command. - -```shell Review Comment: Wouldn't `CONTRIBUTING.md` be a better spot for these instructions? As a user there really isn't a need to build the project manually, only if you are developing/doing changes to the plugin -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
