Skip to content

Commit

Permalink
Change packageGroup to "ru.tinkoff" (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Squiry authored Feb 7, 2023
1 parent 060a5ca commit f33436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (hasProperty('buildScan')) {
nexusStaging {
username = System.getenv().getOrDefault("REPO_USER", "")
password = System.getenv().getOrDefault("REPO_PASSWORD", "")
stagingProfileId = "ru.tinkoff"
packageGroup = "ru.tinkoff"
}

allprojects {
Expand Down

0 comments on commit f33436c

Please sign in to comment.