Hi all. My publishing job is failing after bumping...
# multiplatform
x
Hi all. My publishing job is failing after bumping to Gradle 8.0, with the following error
Copy code
* What went wrong:
A problem was found with the configuration of task ':kstore:signIosArm64Publication' (type 'Sign').
  - Gradle detected a problem with the following location: '/Users/runner/work/KStore/KStore/kstore/build/libs/kstore-0.6.0-SNAPSHOT-javadoc.jar.asc'.
    
    Reason: Task ':kstore:publishDesktopPublicationToMavenRepository' uses this output of task ':kstore:signIosArm64Publication' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Has anyone come across this issue? The run can be found here
1
x
That worked 🙌 thank you