Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Remove nexus staging profile id (#561)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay 🦄 <[email protected]>
  • Loading branch information
pavolloffay authored Oct 15, 2018
1 parent 1be2581 commit 789eedc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ subprojects {
// Dealing with error "Wrong number of received repositories in state 'open'" (http://bit.ly/2ybracm)
numberOfRetries = 50
delayBetweenRetriesInMillis = 3000
stagingProfileId = "${getVersionForBuild().replaceAll("\\.|-", "")}-${System.currentTimeMillis()}".toString()
}

uploadArchives.finalizedBy closeAndReleaseRepository
Expand Down

0 comments on commit 789eedc

Please sign in to comment.