We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad41f6 commit d008492Copy full SHA for d008492
roles/worker/vars/main.yml
@@ -4,7 +4,7 @@ repos_private_integration: "https://{{server_name}}/artifactory/scala-integratio
4
repos_private_pr_snap: "https://{{server_name}}/artifactory/scala-pr-validation-snapshots/"
5
6
repos_caching_proxy_central_mirrorOf: "central" # TODO: add ",sonatype.release,sonatype.snapshot"
7
-repos_caching_proxy_central_url: "https://{{server_name}}/artifactory/central/"
+repos_caching_proxy_central_url: "https://{{server_name}}/artifactory/maven-central/"
8
repos_caching_proxy_jcenter_mirrorOf: "jcenter" # TODO: add ",sonatype.release,sonatype.snapshot"
9
repos_caching_proxy_jcenter_url: "https://{{server_name}}/artifactory/jcenter/"
10
0 commit comments