From f9fdd3cfcb134a9ceb6401afb33640f65f4b946c Mon Sep 17 00:00:00 2001 From: Diego Date: Thu, 30 Sep 2021 10:15:48 -0300 Subject: [PATCH] * Avoid publication of SHA256 and SHA512 checksums on release, fixes #133 --- gradle.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ffc458a..b2707f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,4 @@ -version: 1.0.12 \ No newline at end of file +version: 1.0.13 + +# avoid publication of SHA256 and SHA512 checksums +systemProp.org.gradle.internal.publish.checksums.insecure=true \ No newline at end of file