Skip to content

Conversation

@WillSewell
Copy link
Contributor

The combination of this gradle version, the signing plugin and the
legacy maven plugin seem to cause the error:

Execution failed for task ':signArchives'.
Duplicate key pusher-websocket-java:jar.asc:asc: (attempted merging values Signature pusher-websocket-java:jar.asc:asc: and Signature pusher-websocket-java:jar.asc:asc:)

There is not much information about this online, except for

gradle/gradle#8213 and
https://discuss.gradle.org/t/apply-plugin-signing-broke-in-gradle-5-1-1-and-prints-out-non-existent-task/31418

Switching to the recommended maven plugin maven-publish might
solve this problem, but that will be more work, so downgrading
gradle is a better option in the short term.


CC @pusher/mobile

The combination of this gradle version, the signing plugin and the
legacy maven plugin seem to cause the error:

Execution failed for task ':signArchives'.
> Duplicate key pusher-websocket-java:jar.asc:asc: (attempted merging values Signature pusher-websocket-java:jar.asc:asc: and Signature pusher-websocket-java:jar.asc:asc:)

There is not much information about this online, except for

gradle/gradle#8213 and
https://discuss.gradle.org/t/apply-plugin-signing-broke-in-gradle-5-1-1-and-prints-out-non-existent-task/31418

Switching to the recommended maven plugin `maven-publish` might
solve this problem, but that will be more work, so downgrading
gradle is a better option in the short term.
Copy link

@damdo damdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@WillSewell WillSewell merged commit 2830876 into master Aug 14, 2019
@WillSewell WillSewell deleted the downgrade-gradle branch August 14, 2019 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants