Skip to content

Commit

Permalink
fix: publishing to mavencentral
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Sep 19, 2023
1 parent 7d9cacf commit bfd30f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ publishing {
repositories {
maven {
name = 'SonatypeOSSRH' // AKA: "Maven Central"
url = 'https://s01.oss.sonatype.org/service/local/'
url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
credentials {
username = System.getenv('MAVEN_USERNAME')
password = System.getenv('MAVEN_PASSWORD')
Expand Down

0 comments on commit bfd30f5

Please sign in to comment.