Skip to content

Commit

Permalink
Add configuration for staging repository
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Jun 16, 2021
1 parent a633c99 commit 7ff54f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ task clean {
delete "$rootDir/build"
}
}

nexusStaging {
packageGroup = 'com.github.stoyicker.otpview'
stagingProfileId = "$System.env.OSS_STAGING_PROFILE_ID"
username = "$System.env.OSS_USER"
password = "$System.env.OSS_PASSWORD"
}

0 comments on commit 7ff54f2

Please sign in to comment.