Skip to content

Commit

Permalink
Fix invalid coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
schlaubi authored and schlaubi committed Jan 29, 2024
1 parent 68cd64b commit 83d8ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/kord-publishing.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kord {
}

mavenPublishing {
coordinates(Library.group, "cache-${project.name}")
coordinates(Library.group, "kord-${project.name}")
publishToMavenCentral()
signAllPublications()

Expand Down

0 comments on commit 83d8ac9

Please sign in to comment.