Skip to content

Commit 85632b1

Browse files
committed
Update build scan configuration for Develocity defaults
1 parent 66c3270 commit 85632b1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.mvn/develocity.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@
2626
<allowUntrusted>false</allowUntrusted>
2727
</server>
2828
<buildScan>
29-
<capture>
30-
<fileFingerprints>true</fileFingerprints>
31-
<buildLogging>true</buildLogging>
32-
<testLogging>true</testLogging>
33-
</capture>
3429
<backgroundBuildScanUpload>#{isFalse(env['CI'])}</backgroundBuildScanUpload>
35-
<publishing><onlyIf>true</onlyIf></publishing>
36-
<publishIfAuthenticated>true</publishIfAuthenticated>
30+
<publishing>
31+
<onlyIf>
32+
<![CDATA[authenticated]]>
33+
</onlyIf>
34+
</publishing>
3735
<obfuscation>
3836
<ipAddresses>#{{'0.0.0.0'}}</ipAddresses>
3937
</obfuscation>

0 commit comments

Comments
 (0)