File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,6 +87,10 @@ Contributions are welcome. Please submit a pull request to the develop branch in
8787
8888# Releases
8989
90+ ## 0.4.4
91+
92+ Following suggestions from [ #5 ] ( https://github.com/Codearte/gradle-nexus-staging-plugin/issues/5 ) to fix nexus release issue
93+
9094## 0.4.3
9195
9296Adding fix for closeAndPromoteRepository
Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ uploadArchives {
135135nexusStaging {
136136 username = System . getProperty(' nexus.username' )
137137 password = System . getProperty(' nexus.password' )
138+ numberOfRetries = 10
139+ delayBetweenRetriesInMillis = 30000
138140}
139141
140142dependencies {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; th
1818 -Psigning.secretKeyRingFile=signingkey.gpg \
1919 -Psigning.password=$SIGNING_PASSWORD
2020
21- ./gradlew closeAndPromoteRepository --stacktrace \
21+ ./gradlew closeAndPromoteRepository --info -- stacktrace \
2222 -Dnexus.username=moaxcp \
2323 -Dnexus.password=$NEXUS_PASSWORD
2424
You can’t perform that action at this time.
0 commit comments