I’m getting an error when uploading a multiplatfor...
# multiplatform
s
I’m getting an error when uploading a multiplatform project to jcenter:
Copy code
Cannot upload checksum for module-maven-metadata.xml. Remote repository doesn't support sha-512
Does anyone know how to fix this?
add systemProp.org.gradle.internal.publish.checksums.insecure=true to your gradle.properties file
s
Thanks - giving that a shot
that seems to have worked