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

Commit a77286b

Browse files
committed
chore(deploy): Log credentials before deploy
1 parent f090897 commit a77286b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algoliasearch/common.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ uploadArchives {
147147
// Don't forget to sign the POM (which is automatically generated).
148148
beforeDeployment {
149149
MavenDeployment deployment -> signing.signPom(deployment)
150+
println "Ready to deploy with $nexus_username:$nexus_password ..."
150151
}
151152
editPom(pom)
152153
// Maven Central repository.

0 commit comments

Comments
 (0)