Skip to content

Commit

Permalink
Update build.gradle.kts (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek authored Jun 9, 2024
1 parent 89cade0 commit c28ddb6
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 @@ -34,7 +34,7 @@ subprojects {
val signRequired = project.hasProperty("sign-required")

mavenPublishing {
coordinates("net.infumia", projectName, project.version.toString())
coordinates(project.group.toString(), projectName, project.version.toString())
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
if (signRequired) {
signAllPublications()
Expand Down

0 comments on commit c28ddb6

Please sign in to comment.