Skip to content

Commit

Permalink
Correcting the build instructions (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
msailes authored Feb 28, 2022
1 parent 3442c27 commit a2bc1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2bc1ad

Please sign in to comment.