Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit

Permalink
Update build.gradle (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ll3 authored Mar 1, 2024
1 parent 4749ef8 commit a624ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin/walletsdkrs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ publishing {
name = "OSSRH"
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
credentials {
username = System.getenv("OSSRH_USERNAME")
password = System.getenv("OSSRH_TOKEN")
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_TOKEN")
}
}
}
Expand Down

0 comments on commit a624ace

Please sign in to comment.