Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
rgryta committed Nov 1, 2024
1 parent 5c2be3b commit 2cb280e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ publishing {
mavenPublishing {
coordinates(
groupId = group.toString(),
artifactId = library.toString(),
artifactId = library,
version = versions.getProperty("version")
)

Expand Down

0 comments on commit 2cb280e

Please sign in to comment.