Upgraded to gradle 5.1.1 from 4.10. I get this error
- What went wrong:
Execution failed for task ‘:core:signArchives’.
Duplicate key core:jar.asc:asc: (attempted merging values Signature core:jar.asc:asc: and Signature core:jar.asc:asc:)
so in trying to pair down the issue, I run
./gradlew :core:signArchives
but that results in saying it doesn’t exist? Specifically “Task ‘signArchives’ not found in project ‘:core’.” I am so confused to how even to pair down the issue then. How does it exist in one run and not the other run? very weird.
I did read an issue that is for a different plugin https://github.com/gradle/gradle/issues/8213
Mine plugin is the signing plugin from the gradle pages rather than the maven publish one… https://docs.gradle.org/current/userguide/signing_plugin.html
I use a different sonatype plugin to upload to sonatype.