2 spaces
This commit is contained in:
parent
dbde993a76
commit
d1a9012deb
@ -60,7 +60,7 @@ public class CreateDistTask extends BaritoneGradleTask {
|
|||||||
|
|
||||||
// Calculate all checksums and format them like "shasum"
|
// Calculate all checksums and format them like "shasum"
|
||||||
List<String> shasum = Stream.of(unoptimized, api, standalone)
|
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());
|
.collect(Collectors.toList());
|
||||||
|
|
||||||
// Write the checksums to a file
|
// Write the checksums to a file
|
||||||
|
Loading…
Reference in New Issue
Block a user