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.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4699b58  Stop generating md5 checksums for distribution archives
4699b58 is described below

commit 4699b5844724e256ee27b4194a02e9ed78573a54
Author: Anthony Baker <aba...@apache.org>
AuthorDate: Mon Mar 5 14:39:32 2018 -0800

    Stop generating md5 checksums for distribution archives
---
 geode-assembly/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index 299fa2e..02cbf81 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -292,7 +292,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'
     }
   }

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

Reply via email to