Can somebody tell me how to update the artifact ID...
# library-development
t
Can somebody tell me how to update the artifact IDs of the different components? My shared module is named "mobileSdk", but I prefer it to be deployed as "mobile-sdk". I'm calling setArtifactId() in " publications.withType<MavenPublication> {", but it only applies to the root artifact.
This is my publishing block.