mirror of https://github.com/apache/kafka.git
MINOR: Fix usage instruction of skipSigning build parameter (#12731)
skipSigning parameter must be set to a boolean value to work. Reviewers: Bill Bejeck <bbejeck@apache.org>
This commit is contained in:
parent
732887b210
commit
7dcaec4a79
|
@ -196,7 +196,7 @@ For backwards compatibility, the following also works:
|
|||
|
||||
### Installing specific projects to the local Maven repository ###
|
||||
|
||||
./gradlew -PskipSigning :streams:publishToMavenLocal
|
||||
./gradlew -PskipSigning=true :streams:publishToMavenLocal
|
||||
|
||||
If needed, you can specify the Scala version with `-PscalaVersion=2.13`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue