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