cancer
This commit is contained in:
parent
d1a9012deb
commit
3958dce341
@ -63,6 +63,9 @@ public class CreateDistTask extends BaritoneGradleTask {
|
||||
.map(path -> sha1(path) + " " + path.getFileName().toString())
|
||||
.collect(Collectors.toList());
|
||||
|
||||
System.out.println("$ > shasum im cool haha look at me");
|
||||
shasum.forEach(System.out::println);
|
||||
|
||||
// Write the checksums to a file
|
||||
Files.write(getRelativeFile("dist/checksums.txt"), shasum);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user