Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XWiki
xwiki-rendering
Commits
797bbbf5
Commit
797bbbf5
authored
May 11, 2022
by
Vincent Massol
Browse files
[Misc] Add note about disabling the remote build cache
parent
587840c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.mvn/gradle-enterprise.xml
View file @
797bbbf5
...
...
@@ -47,6 +47,9 @@
<enabled>
#{env['CI'] == null}
</enabled>
</local>
<remote>
<!-- Notes:
* To disable the remote build cache on the command line, pass: -Dgradle.cache.remote.enabled=false
-->
<enabled>
true
</enabled>
<!-- Only CI jobs are allowed to store build outputs in the remote cache -->
<storeEnabled>
#{env['CI'] != null}
</storeEnabled>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment