Skip to content

Commit 43c0978

Browse files
authored
Configure proxy when publishing build info (#629)
1 parent b371151 commit 43c0978

File tree

1 file changed

+1
-0
lines changed
  • build-info-extractor-gradle/src/main/groovy/org/jfrog/gradle/plugin/artifactory/task

1 file changed

+1
-0
lines changed

build-info-extractor-gradle/src/main/groovy/org/jfrog/gradle/plugin/artifactory/task/DeployTask.java

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ private void handleBuildInfoDeployment(ArtifactoryClientConfiguration accRoot, B
130130
accRoot.publisher.getPassword(),
131131
new GradleClientLogger(log))) {
132132

133+
configureProxy(accRoot, artifactoryManager);
133134
if (isPublishBuildInfo(accRoot)) {
134135
// If export property set always save the file before sending it to artifactory
135136
exportBuildInfo(buildInfo, getExportFile(accRoot));

0 commit comments

Comments
 (0)