When I run the Maven Publish on to send the artifa...
# multiplatform
f
When I run the Maven Publish on to send the artifacts to bintray, each platform build is received as as version. Does anyone know how to fix it? 😬
r
try adding
<http://systemProp.org|systemProp.org>.gradle.internal.publish.checksums.insecure=true
to your
gradle.properties
👍 1
f
Thanks man! It solved my problem 🙂