Browse Source

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>
pull/12786/head
Lucas Brutschy 2 years ago committed by GitHub
parent
commit
7dcaec4a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -196,7 +196,7 @@ For backwards compatibility, the following also works: @@ -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…
Cancel
Save