This commit is contained in:
Brady 2018-10-12 21:24:24 -05:00
parent dbde993a76
commit d1a9012deb
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class CreateDistTask extends BaritoneGradleTask {
// Calculate all checksums and format them like "shasum"
List<String> shasum = Stream.of(unoptimized, api, standalone)
.map(path -> sha1(path) + " " + path.getFileName().toString())
.map(path -> sha1(path) + " " + path.getFileName().toString())
.collect(Collectors.toList());
// Write the checksums to a file