You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2019/11/14 15:31:53 UTC

[jmeter] branch master updated: Disable publishing of .sha256 and .sha512 files to repository.apache.org

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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new be1e864  Disable publishing of .sha256 and .sha512 files to repository.apache.org
be1e864 is described below

commit be1e86412a4fb3aeafce9fed8212193feb0e29aa
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Thu Nov 14 18:30:38 2019 +0300

    Disable publishing of .sha256 and .sha512 files to repository.apache.org
    
    See https://github.com/gradle/gradle/pull/11358
    See https://issues.apache.org/jira/browse/INFRA-14923
---
 gradle.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gradle.properties b/gradle.properties
index d0b3f13..fa211a5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -14,6 +14,9 @@
 #   limitations under the License.
 
 org.gradle.parallel=true
+# See https://github.com/gradle/gradle/pull/11358 , https://issues.apache.org/jira/browse/INFRA-14923
+# repository.apache.org does not yet support .sha256 and .sha512 checksums
+org.gradle.internal.publish.checksums.insecure=true
 kotlin.code.style=official
 kotlin.parallel.tasks.in.project=true