Skip to content

Commit 1ff59d3

Browse files
committed
Merge branch 'release/0.4.4'
2 parents 5c2d7e9 + 4d370b7 commit 1ff59d3

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

9296
Adding fix for closeAndPromoteRepository

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ uploadArchives {
135135
nexusStaging {
136136
username = System.getProperty('nexus.username')
137137
password = System.getProperty('nexus.password')
138+
numberOfRetries = 10
139+
delayBetweenRetriesInMillis = 30000
138140
}
139141

140142
dependencies {

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)