Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored Jan 9, 2024
1 parent afc8a1d commit 796d6b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
}

val artifactId: String by project
val moduleArtifactId = "$artifactId-core"

kotlin {
jvm {
Expand Down Expand Up @@ -40,5 +41,5 @@ kotlin {
}

mavenPublishing {
coordinates(group as String, artifactId, version as String)
coordinates(group as String, moduleArtifactId, version as String)
}

0 comments on commit 796d6b4

Please sign in to comment.