Commit ad86b657 authored by Alexey Tsvetkov's avatar Alexey Tsvetkov

Change publication name to camel case

`publishSkikoJvmRuntimemacos-x64PublicationToMavenLocal`
looks much more inconsistent and ugly, than
`publishSkikoJvmRuntimeMacosX64PublicationToMavenLocal`
parent e42e77c8
......@@ -1069,7 +1069,7 @@ publishing {
allJvmRuntimeJars.forEach { entry ->
val os = entry.key.first
val arch = entry.key.second
create<MavenPublication>("skikoJvmRuntime${targetId(os, arch)}") {
create<MavenPublication>("skikoJvmRuntime${toTitleCase(os.id)}${toTitleCase(arch.id)}") {
pomNameForPublication[name] = "Skiko JVM Runtime for ${os.name} ${arch.name}"
artifactId = SkikoArtifacts.jvmRuntimeArtifactIdFor(os, arch)
afterEvaluate {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment