Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit b1cd238

Browse files
committed
Adjust concurrency for Artifactory
1 parent 882289d commit b1cd238

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/artifactory-init.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ gradle.projectsLoaded {
1515

1616
publications('mavenJava')
1717
}
18+
forkCount = 10
1819
}
20+
clientConfig.setConnectionRetries(4)
1921
}
2022
}
2123
}

0 commit comments

Comments
 (0)