Skip to content

Commit

Permalink
Remove non-functional 'release' block
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc committed Aug 15, 2021
1 parent 5ed30dd commit 542ed60
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,6 @@ def deployer = uploadArchives.repositories.mavenDeployer
}
}

release {
svn {
username = project.findProperty("githubUsername")
password = project.findProperty("githubPassword")
}
}

nexusStaging {
packageGroup = 'com.nordstrom'
stagingProfileId = '76d943f622957'
Expand Down

0 comments on commit 542ed60

Please sign in to comment.