From 7dcaec4a798d32732d8e02f4895ab4584d0e2fef Mon Sep 17 00:00:00 2001 From: Lucas Brutschy Date: Mon, 24 Oct 2022 17:55:48 +0200 Subject: [PATCH] MINOR: Fix usage instruction of skipSigning build parameter (#12731) skipSigning parameter must be set to a boolean value to work. Reviewers: Bill Bejeck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4181c2655e8..88aac289486 100644 --- a/README.md +++ b/README.md @@ -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`.