From 97376f40ffb59d9657f2b174c3b2ab33c8d16a08 Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Wed, 13 May 2020 12:09:07 +0200 Subject: [PATCH] Fix issue with Bintray using the wrong versions --- gradle.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gradle.properties b/gradle.properties index 001b3fa6..f8b38b82 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,7 @@ android.useAndroidX=true kotlin.incremental=true + +# When publishing the "secure" checksums Bintray is unable to correctly identify the versions +# and will use the artifact names (modules) as version names +# See https://github.com/gradle/gradle/issues/11412 +systemProp.org.gradle.internal.publish.checksums.insecure=true