Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 8a0a204

Browse files
committed
Unify properties names (#70)
Release: Using nexus properties naming * Travis: Defining travis_retry if missing (#69)
1 parent 8702cc4 commit 8a0a204

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

algoliasearch/android-release-jar.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ uploadArchives {
9898
}
9999
}
100100
}
101-
101+
102102
pom.withXml {
103103
asNode().dependencies.dependency.findAll { xmlDep ->
104104
// mark optional dependencies
@@ -113,12 +113,12 @@ uploadArchives {
113113
}
114114
}
115115
}
116-
116+
117117
// Add other pom properties here if you want (developer details / licenses)
118118
repository(url: "file://${localReleaseDest}")
119119

120120
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
121-
authentication(userName: project.hasProperty('ossrhUsername') ? project['ossrhUsername'] : 'FIXME', password: project.hasProperty('ossrhPassword') ? project['ossrhPassword'] : 'FIXME')
121+
authentication(userName: project.hasProperty('nexusUsername') ? project['nexusUsername'] : 'FIXME', password: project.hasProperty('nexusPassword') ? project['nexusPassword'] : 'FIXME')
122122
}
123123
}
124124
}

0 commit comments

Comments
 (0)