print shasums on build
This commit is contained in:
parent
85b038dada
commit
3aa8f51015
@ -62,6 +62,8 @@ public class CreateDistTask extends BaritoneGradleTask {
|
|||||||
.map(path -> sha1(path) + " " + path.getFileName().toString())
|
.map(path -> sha1(path) + " " + path.getFileName().toString())
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
|
|
||||||
|
shasum.forEach(System.out::println);
|
||||||
|
|
||||||
// Write the checksums to a file
|
// Write the checksums to a file
|
||||||
Files.write(getRelativeFile("dist/checksums.txt"), shasum);
|
Files.write(getRelativeFile("dist/checksums.txt"), shasum);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user