Hi all, I hope this is the right channel for my qu...
# gradle
a
Hi all, I hope this is the right channel for my question: I've a kmp library with target jvm and iOS, how can I publish the jar on our maven repo? I'm trying with the task publishMavenPublicationToMavenRepository (maven-publish gradle plugin) but what I get is a jar without the build result. Any advice? Thanks
s
have you checked that the jar is not in the repository? Because if the task is succeeding, then it should have been published.
a
Yes I have, but when I extract the jar there aren't the classes. Maybe I'm using the wrong gradle task for publish
I'm using https://vanniktech.github.io plugin now and everything works. Thanks mate