From a2bc1ad7b8481d0f5090e460dcbdaaa7f77e5aa1 Mon Sep 17 00:00:00 2001 From: Mark Sailes <45629314+msailes@users.noreply.github.com> Date: Mon, 28 Feb 2022 19:43:03 +0000 Subject: [PATCH] Correcting the build instructions (#325) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 561a038b..c6f8cf45 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ Snapshots are published for each commit to AWS Sonatype snapshots repository at Once you check out the code from GitHub, you can build it using Maven. To disable the GPG-signing in the build, use: ``` -mvn clean install -Dgpg.skip=true +./gradlew build ``` ## License