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 deeb771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ ext {

nexusStaging {
packageGroup = "com.adyen.checkout"
stagingProfileId = "com.adyen"
username = System.getenv('OSSRH_USERNAME')
password = System.getenv('OSSRH_PASSWORD')
serverUrl = "https://oss.sonatype.org/service/local/"
}

subprojects {
Expand Down

0 comments on commit deeb771

Please sign in to comment.