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/15 13:40:37 UTC

[jmeter] branch master updated: Update Gradle 6.0.1-20191115103811+0000 to make it compatible with Nexus 2

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 abbb6a5  Update Gradle 6.0.1-20191115103811+0000 to make it compatible with Nexus 2
abbb6a5 is described below

commit abbb6a5630ad9ea0b5b0d9513811093a3f44c510
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Fri Nov 15 16:40:23 2019 +0300

    Update Gradle 6.0.1-20191115103811+0000 to make it compatible with Nexus 2
    
    This prevents pushing sha256/sha512 files to Nexus
---
 gradle.properties                        | 2 +-
 gradle/wrapper/gradle-wrapper.properties | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index fa211a5..4f67195 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -16,7 +16,7 @@
 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
+systemProp.org.gradle.internal.publish.checksums.insecure=true
 kotlin.code.style=official
 kotlin.parallel.tasks.in.project=true
 
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 9f08c4c..8d442bc 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -15,7 +15,7 @@
 
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionSha256Sum=a1eb4439c0a85bc7e64a22658d862e43b7d0ddfbf69a7abf6256e0b7514295df
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-all.zip
+distributionSha256Sum=689725c21af80d7f3da75b946b05567a60783c73eeb8fce2c6014723a4ce024a
+distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-6.0.1-20191115103811+0000-all.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists