allDeployDetails.addAll(bit.deployDetails);
}
}
ArtifactoryBuildInfoClient client =
new ArtifactoryBuildInfoClient(contextUrl, username, password, new GradleClientLogger(log));
try {
if (isPublishArtifacts(acc)) {
log.debug("Uploading artifacts to Artifactory at '{}'", contextUrl);
/**
* if the {@link org.jfrog.build.client.ClientProperties#PROP_PUBLISH_ARTIFACT} is set the true,