We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd9b34 commit 39d61bcCopy full SHA for 39d61bc
lib/src/main/java/com/diffplug/spotless/rome/RomeExecutableDownloader.java
@@ -47,7 +47,7 @@ final class RomeExecutableDownloader {
47
/**
48
* The checksum algorithm to use for checking the integrity of downloaded files.
49
*/
50
- private static final String CHECKSUM_ALGORITHM = "SHA256";
+ private static final String CHECKSUM_ALGORITHM = "SHA-256";
51
52
53
* The pattern for {@link String#format(String, Object...) String.format()} for
0 commit comments