Skip to content

Commit 964f8b7

Browse files
authored
Fix typo
Signed-off-by: Thomas Leplus <thomasleplus@users.noreply.github.com>
1 parent ea34dca commit 964f8b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sigstore-maven-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ See [GitHub documentation](https://docs.github.com/en/actions/deployment/securit
4949
Notes:
5050
5151
- GPG: Maven Central publication rules require GPG signing. To avoid GPG signing of `.sigstore.json` signature files, use version 3.2.5 or higher of [maven-gpg-plugin](https://maven.apache.org/plugins/maven-gpg-plugin/).
52-
- `.md5`/`.sha1`: to avoid unneeded checksum files for `.sigstore.java` files, use Maven 3.9.2 or higher, or create `.mvn/maven.config` file containing `-Daether.checksums.omitChecksumsForExtensions=.asc,.sigstore.java`
52+
- `.md5`/`.sha1`: to avoid unneeded checksum files for `.sigstore.json` files, use Maven 3.9.2 or higher, or create `.mvn/maven.config` file containing `-Daether.checksums.omitChecksumsForExtensions=.asc,.sigstore.json`
5353

5454
Known limitations:
5555

0 commit comments

Comments
 (0)