Skip to content
Snippets Groups Projects
Commit 63383990 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Use a EU gradle enterprise cache node

parent f68480ea
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,9 @@
<!-- Note: Remote cache authentication is handled in the Maven settings.xml file. The id below is the one
found in settings.xml -->
<id>gradleEnterpriseCache</id>
<!-- We override the default built-in node to use a EU node closer to our CI to reduce the cache lag (and thus
to make caching more beneficial vs rebuilding) -->
<url>https://eu-build-cache-ge.xwiki.org/cache/</url>
</server>
</remote>
</buildCache>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment