diff --git a/src/main/groovy/at/schrottner/gradle/RepositoryActionHandler.groovy b/src/main/groovy/at/schrottner/gradle/RepositoryActionHandler.groovy index 1e63b6b..e6d68ab 100644 --- a/src/main/groovy/at/schrottner/gradle/RepositoryActionHandler.groovy +++ b/src/main/groovy/at/schrottner/gradle/RepositoryActionHandler.groovy @@ -29,7 +29,7 @@ class RepositoryActionHandler { if (!token) { handleInapplicableTokenCase(repositoryConfiguration, tokenList) } else { - logger.info("${logPrefix(repositoryConfiguration)} is using '${token.key}' '${token.value}'") + logger.info("${logPrefix(repositoryConfiguration)} is using '${token.key}' '${token.name}'") } Action artifactRepo = generateArtifactRepositoryAction(repositoryConfiguration, token) return artifactRepo