Skip to content

Commit

Permalink
fixes publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Dudakov committed Oct 10, 2024
1 parent 7c765dc commit 7b48dbf
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 @@ -55,7 +55,7 @@ group = groupName
version = versionName

mavenPublishing {
publishToMavenCentral(SonatypeHost.DEFAULT)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
signAllPublications()
coordinates(groupName, artifactName, versionName)

Expand Down

0 comments on commit 7b48dbf

Please sign in to comment.