Skip to content

Commit

Permalink
GEODE-4903 Remove md5 checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
metatype committed Mar 21, 2018
1 parent 2eb58b8 commit 3da5e6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ gradle.taskGraph.whenReady( { graph ->
it.name.toLowerCase().contains("dist")
}.each { archive ->
archive.doLast {
ant.checksum file:"${archive.archivePath}", algorithm:"md5", format: 'MD5SUM'
ant.checksum file:"${archive.archivePath}", algorithm:"sha-256", format: 'MD5SUM', fileext:".sha256"
signing {
required { project.hasProperty("signArchives") }
Expand Down

0 comments on commit 3da5e6b

Please sign in to comment.