Skip to content

Commit 8ea8d39

Browse files
committed
badge with release in README and improved retries delay for nexus repository release
1 parent c601797 commit 8ea8d39

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
== tensorics-core
22

3+
image:https://img.shields.io/github/release/tensorics/tensorics-core.svg?maxAge=1000
34
image:https://travis-ci.org/tensorics/tensorics-core.svg?branch=master["Travis-CI build", link="https://travis-ci.org/tensorics/tensorics-core"]
45
image:https://coveralls.io/repos/tensorics/tensorics-core/badge.svg?branch=master&service=github["Code coverage", link="https://coveralls.io/github/tensorics/tensorics-core?branch=master"]
56

scripts/deploy.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ task configureSonatypeDeployment(type: DefaultTask) << {
3838
packageGroup = "org.tensorics"
3939
username = ossrhUsername
4040
password = ossrhPassword
41+
delayBetweenRetriesInMillis = 10000
42+
numberOfRetries = 10
4143
}
4244

4345
uploadArchives {

0 commit comments

Comments
 (0)