https://kotlinlang.org logo
Title
a

AJ Alt

03/18/2020, 4:39 PM
Keep in mind that uncommenting the worflow step isn't enough to fix publishing, the gradle targets need to be fixed, too. https://kotlinlang.slack.com/archives/CSYLDDZUY/p1583281086000400
s

sam

03/18/2020, 5:02 PM
I think the id I switched over to is the same for all steps in the workflow. So each native will have the same version in maven.
a

AJ Alt

03/18/2020, 5:07 PM
I was referring to the second half of that message: all the targets are named "native", so the artifacts all overwrite each other.
s

sam

03/18/2020, 5:07 PM
Ohhhh
Maybe that's the reason sonatype is baulking then
I did that because I was getting loads of errors running locally with the original setup
Let me revert back to it and see