Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilMallRC committed Apr 11, 2024
1 parent d060b9e commit e3e8e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ publishing {
maven {
url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
credentials {
username = ossrhUsername
password = ossrhPassword
username = 'ossrhUsername'
password = 'ossrhPassword'
}
}
}
Expand Down

0 comments on commit e3e8e97

Please sign in to comment.