Using mavenPublishArtifacts(), is there a way to e...
# touchlab-tools
m
Using mavenPublishArtifacts(), is there a way to ensure the artifact ID is always lowercase without having to change the name of the project? Context: The project name uses camel case and changing the name isn’t really an option right now since it’s been in use by multiple teams and we’re just experimenting exporting it as a lib with kmmBridge
k
It does not appear to be something that you can override: https://github.com/touchlab/KMMBridge/blob/45f5cc9cf5445d3a896a0724ee71ef09c67f9a6[…]uchlab/kmmbridge/artifactmanager/MavenPublishArtifactManager.kt. If artifact id strings need to be lower case, then that is something the default plugin could/should enforce. Alternatively, the desired artifact name prefix is something we could have as a parameter.