Hey guys, anyone got a similar error while publish...
# multiplatform
r
Hey guys, anyone got a similar error while publishing a KMM library using https://vanniktech.github.io/gradle-maven-publish-plugin/central/ ?
e
you didn't show the error but if it's https://github.com/gradle/gradle/issues/26132 https://youtrack.jetbrains.com/issue/KT-61313 you could have found by just googling…
r
well I did google but mine didn’t say overlapping tasks > org.bouncycastle.openpgp.PGPException: checksum mismatch at 0 of 20 here is the message I get, people say it might be because of a wrong id or password but don’t think it is that
e
sorry I meant to write "if it's"...
the actual error is important
r
yeah didn’t notice it at first cuz its one line
but do you have an idea what this one means?
e
still not enough error to determine.
r
here is the whole thing
e
try with
--stacktrace
also possibly
--info
but make sure to redact anything sensitive, and text form (not image) would be more useful
1
r
with stacktrace didn’t really show anything helpful
trying info now
Copy code
Resolve mutations for :shared:signIosArm64Publication (Thread[Execution worker Thread 4,5,main]) started.
:shared:signIosArm64Publication (Thread[Execution worker Thread 3,5,main]) started.

> Task :shared:signIosArm64Publication FAILED

> Task :shared:createStagingRepository
Caching disabled for task ':shared:createStagingRepository' because:
  Caching has not been enabled for the task
Task ':shared:createStagingRepository' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Creating repository in profile: com.raedghazal
Created staging repository comraedghazal-1008

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':shared:signIosArm64Publication'.
> org.bouncycastle.openpgp.PGPException: checksum mismatch at 0 of 20
the log is really long but I think this is the part where it fails