This is an automated email from the ASF dual-hosted git repository. toulmean pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
commit 74de3836e89cab4f35431014e0396825cdba7fb1 Author: Antoine Toulme <[email protected]> AuthorDate: Mon Apr 22 06:06:29 2019 -0700 Add a logging statement with the username --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 13baa85..4f74202 100644 --- a/build.gradle +++ b/build.gradle @@ -306,6 +306,7 @@ allprojects { if (!credentialsFound) { project.logger.info('Reading credentials from environment') + project.logger.info('Username ' + project.findProperty('asfNexusUsername') ?: System.getenv('NEXUS_USER')) credentials { username project.findProperty('asfNexusUsername') ?: System.getenv('NEXUS_USER') password project.findProperty('asfNexusPassword') ?: System.getenv('NEXUS_PASSWORD') --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
