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

[Misc] Move from Gradle Enterprise to Develocity

* Finish the move
parent 63471122
No related branches found
No related tags found
No related merge requests found
...@@ -53,11 +53,11 @@ ...@@ -53,11 +53,11 @@
--> -->
<enabled>true</enabled> <enabled>true</enabled>
<!-- Only CI jobs are allowed to store build outputs in the remote cache --> <!-- Only CI jobs are allowed to store build outputs in the remote cache -->
<storeEnabled><![CDATA[isTrue(env['CI']) and isTrue(env['GRADLE_ENTERPRISE_ACCESS_KEY'])]]></storeEnabled> <storeEnabled><![CDATA[isTrue(env['CI']) and isTrue(env['DEVELOCITY_ACCESS_KEY'])]]></storeEnabled>
<server> <server>
<!-- Note: Remote cache authentication is handled in the Maven settings.xml file. The id below is the one <!-- Note: Remote cache authentication is handled in the .m2/.develocity/keys.properties file and not
found in settings.xml --> anymore in the Maven settings.xml file -->
<id>gradleEnterpriseCache</id> <id>develocityCache</id>
<!-- We override the default built-in node to use a EU node closer to our CI to reduce the cache lag (and thus <!-- 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) --> to make caching more beneficial vs rebuilding) -->
<url>https://eu-build-cache-ge.xwiki.org/cache/</url> <url>https://eu-build-cache-ge.xwiki.org/cache/</url>
......
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