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

[Misc] Configure GE remote cache authentication

parent 7aaf651d
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,9 @@
<enabled>true</enabled>
<!-- Only CI jobs are allowed to store build outputs in the remote cache -->
<storeEnabled>#{env['CI'] != null}</storeEnabled>
<!-- 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>
</remote>
</buildCache>
</gradleEnterprise>
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