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:
Lucas Brutschy 2022-10-24 17:55:48 +02:00 committed by GitHub
parent 732887b210
commit 7dcaec4a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.