Skip to content

Commit

Permalink
refactor!: switch the default publication name to [SoftwareComponentN…
Browse files Browse the repository at this point in the history
…ame]OSSRH, as it is easier to distinguish by name (accessing other properties finalizes the publications)
  • Loading branch information
DanySK committed Jun 30, 2022
1 parent 6ec8392 commit 7447e44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PublishOnCentral : Plugin<Project> {
/**
* The name of the publication to be created.
*/
private const val publicationName = "Maven"
private const val publicationName = "OSSRH"
}

override fun apply(project: Project) {
Expand Down

0 comments on commit 7447e44

Please sign in to comment.