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

[Misc] Move from Gradle Enterprise to Develocity

* Fix regression
parent d8c2ecd2
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,7 @@ ...@@ -31,8 +31,7 @@
due to local changes from users and so that it doesn't pollute the ge.xwiki.org data. due to local changes from users and so that it doesn't pollute the ge.xwiki.org data.
To force publishing a build scan: -Dscan --> To force publishing a build scan: -Dscan -->
<publishing> <publishing>
<onlyIf><![CDATA[env['CI'] != null]]></onlyIf> <onlyIf><![CDATA[env['CI'] != null && authenticated]]></onlyIf>
<onlyIf><![CDATA[authenticated]]></onlyIf>
</publishing> </publishing>
<captureGoalInputFiles>true</captureGoalInputFiles> <captureGoalInputFiles>true</captureGoalInputFiles>
<!-- Use background scans only locally to avoid potential issues on CI (the ephemeral docker agent could terminate <!-- Use background scans only locally to avoid potential issues on CI (the ephemeral docker agent could terminate
......
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