Skip to content

Commit

Permalink
Use correct staging profile id
Browse files Browse the repository at this point in the history
COAND-1046
  • Loading branch information
OscarSpruit committed Dec 10, 2024
1 parent 7dcc032 commit 2af7de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ext {

nexusStaging {
packageGroup = "com.adyen.checkout"
stagingProfileId = "com.adyen"
username = System.getenv('OSSRH_USERNAME')
password = System.getenv('OSSRH_PASSWORD')
}
Expand Down

0 comments on commit 2af7de5

Please sign in to comment.