This is an automated email from the ASF dual-hosted git repository.

abaker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3da5e6b  GEODE-4903 Remove md5 checksums
3da5e6b is described below

commit 3da5e6bd419742208014de5b77bdb3126d826f0e
Author: Anthony Baker <aba...@apache.org>
AuthorDate: Tue Mar 20 17:12:22 2018 -0700

    GEODE-4903 Remove md5 checksums
---
 gradle/release.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gradle/release.gradle b/gradle/release.gradle
index 526ebeb..5b1d677 100644
--- a/gradle/release.gradle
+++ b/gradle/release.gradle
@@ -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") }

-- 
To stop receiving notification emails like this one, please contact
aba...@apache.org.

Reply via email to