You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/02/18 07:02:54 UTC

[groovy] branch master updated: temp debug info

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ef64f7  temp debug info
0ef64f7 is described below

commit 0ef64f7d475b0856286121aef3c5db6ce765f666
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Feb 18 17:02:40 2020 +1000

    temp debug info
---
 gradle/publish.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle/publish.gradle b/gradle/publish.gradle
index fb4c73e..0c50474 100644
--- a/gradle/publish.gradle
+++ b/gradle/publish.gradle
@@ -32,6 +32,7 @@ if (!artifactoryUser) {
     }
 }
 
+logger.lifecycle "user.dir: ${System.getProperty('user.dir')}"
 logger.lifecycle "ArtifactoryUser user: $artifactoryUser"
 
 allprojects {