You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2021/02/28 11:45:05 UTC

[tapestry-5] branch master updated: Reenabling generation of SHA256 checksums

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

thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new beff822  Reenabling generation of SHA256 checksums
beff822 is described below

commit beff822eaafe8bd2a4577c272cba4c5cd2c268d8
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sun Feb 28 08:44:53 2021 -0300

    Reenabling generation of SHA256 checksums
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 8f15482..926280e 100755
--- a/build.gradle
+++ b/build.gradle
@@ -593,7 +593,7 @@ if (canDeploy) {
         destinationDir file(archiveDeployFolder())
 
         from generateMD5Checksums
-        //from generateSHA256Checksums
+        from generateSHA256Checksums
         from configurations.uploads.allArtifacts.files
     }