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

Revert "[Misc] Configure GE remote cache authentication"

This reverts commit 3ab593f1.
parent acff3734
No related branches found
No related tags found
No related merge requests found
...@@ -50,9 +50,6 @@ ...@@ -50,9 +50,6 @@
<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>#{env['CI'] != null}</storeEnabled> <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> </remote>
</buildCache> </buildCache>
</gradleEnterprise> </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