mirror of https://github.com/apache/lucene.git
Correct the default checksum for artifacts to be sha512. #13484
This commit is contained in:
parent
27a3e71fa3
commit
676be86e8f
|
@ -68,7 +68,6 @@ public class Checksum extends DefaultTask {
|
|||
|
||||
public Checksum() {
|
||||
outputDir = new File(getProject().getBuildDir(), "checksums");
|
||||
algorithm = Algorithm.SHA256;
|
||||
}
|
||||
|
||||
@InputFiles
|
||||
|
|
Loading…
Reference in New Issue