Skip to content

Commit

Permalink
Rename maven credentials to nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
oobut committed Mar 24, 2018
1 parent 5cf077e commit 40eb212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/maven_push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ afterEvaluate { project ->
pom.artifactId = POM_ARTIFACT_ID
repository(url: sonatypeRepositoryUrl) {
try {
authentication(userName: mavenUser, password: mavenPassword)
authentication(userName: NEXUS_USERNAME, password: NEXUS_PASSWORD)
} catch (Exception ignored) {
println "mavenUser or mavenPassword is missing"
}
Expand Down

0 comments on commit 40eb212

Please sign in to comment.