Skip to content

Commit bf56f8f

Browse files
committed
Downgrade gradle to 5.0
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.
1 parent cdf0afd commit bf56f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)