ijuma commented on a change in pull request #11938:
URL: https://github.com/apache/kafka/pull/11938#discussion_r833746787
##########
File path: README.md
##########
@@ -180,15 +180,21 @@ Please note for this to work you should create/update
user maven settings (typic
...
-### Installing the jars to the local Maven repository ###
-The recommended command is:
+### Installing ALL the jars to the local Maven repository ###
+The recommended command to build for both Scala 2.12 and 2.13 is:
./gradlewAll publishToMavenLocal
For backwards compatibility, the following also works:
./gradlewAll install
+### Installing specific projects to the local Maven repository ###
+
+ ./gradlew -PskipSigning :streams:publishToMavenLocal
Review comment:
A bit odd that `skipSigning` is used here, but not in the `./gradleAll`
version. Is there a reason?
--
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]