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

[Misc] Configure GE remote cache authentication (2nd try)

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