Skip to content

Commit

Permalink
artifact name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Jan 13, 2025
1 parent e0ffa6c commit ef4d9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ if (isReleaseBuild) {

kotlin.targets.forEach { target ->
if (target !is KotlinJvmTarget) {
val nonJarArtifactId = "${project.name}-${target.name.lowercase()}"
val nonJarArtifactId = "${name}-${target.name.lowercase()}"
println("!!!!artifactId: $nonJarArtifactId")
artifactOverride {
artifactId = nonJarArtifactId
Expand Down

0 comments on commit ef4d9b4

Please sign in to comment.