You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/04/22 13:11:11 UTC

[incubator-tuweni] branch master updated: Add a logging statement with the username

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


The following commit(s) were added to refs/heads/master by this push:
     new 74de383  Add a logging statement with the username
74de383 is described below

commit 74de3836e89cab4f35431014e0396825cdba7fb1
Author: Antoine Toulme <to...@apache.org>
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: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org