gbaldeck
10/10/2018, 3:04 AMgbaldeck
10/10/2018, 3:39 AMsource-map-loader
hallvard
10/10/2018, 7:39 AMgbaldeck
10/10/2018, 2:44 PMhallvard
10/10/2018, 5:13 PMInvalid publication 'kotlinMultiplatform': groupId cannot be empty.
hallvard
10/10/2018, 5:14 PMgroupId
must be specified allright, because the jvm
and js
targets are indeed published to my maven server just before this error occurs ...gbaldeck
10/10/2018, 5:19 PMhallvard
10/10/2018, 5:25 PMjs
and jvm
defined in the same, top-level gradle file), and mostly, it works like a charm. So it's not a big deal. But that said, I would like gradle publish
to work properly too ... Do you use the maven-publish
plugin? Should I define somehow that it is OK not to publish the common
source set? That's my theory, in fact, that gradle tries to publish stuff from jsMain
, then from jvmMain
and finally from commonMain
... But I don't know where to interrupt this behaviour ...gbaldeck
10/10/2018, 6:56 PM