Skip to content

Commit

Permalink
ci: fix repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
goatfryed committed Sep 22, 2024
1 parent 391ca4a commit 8162353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ publishing {

repositories {
maven {
name = 'MavenCentral'
name = 'mavenCentral'
url = uri('https://central.sonatype.com/api/v1/publisher')
credentials(org.gradle.api.credentials.PasswordCredentials)
}
Expand Down

0 comments on commit 8162353

Please sign in to comment.