You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/01/13 15:58:34 UTC

[21/22] groovy git commit: rename a property to better reflect reality (missed one instance in manual fixup of merge conflict)

rename a property to better reflect reality (missed one instance in manual fixup of merge conflict)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/465b4c05
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/465b4c05
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/465b4c05

Branch: refs/heads/parrot
Commit: 465b4c05bb199952d237975788aa18df715b974b
Parents: 86065a7
Author: paulk <pa...@asert.com.au>
Authored: Fri Jan 13 10:23:42 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Fri Jan 13 10:23:42 2017 +1000

----------------------------------------------------------------------
 gradle/publish.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/465b4c05/gradle/publish.gradle
----------------------------------------------------------------------
diff --git a/gradle/publish.gradle b/gradle/publish.gradle
index b7f07de..a5647d1 100644
--- a/gradle/publish.gradle
+++ b/gradle/publish.gradle
@@ -32,7 +32,7 @@ if (!artifactoryUser) {
     }
 }
 
-logger.lifecycle "Bintray user: $bintrayUser"
+logger.lifecycle "ArtifactoryUser user: $artifactoryUser"
 
 allprojects {
     apply plugin: 'com.jfrog.artifactory-upload'