We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c3270 commit 85632b1Copy full SHA for 85632b1
.mvn/develocity.xml
@@ -26,14 +26,12 @@
26
<allowUntrusted>false</allowUntrusted>
27
</server>
28
<buildScan>
29
- <capture>
30
- <fileFingerprints>true</fileFingerprints>
31
- <buildLogging>true</buildLogging>
32
- <testLogging>true</testLogging>
33
- </capture>
34
<backgroundBuildScanUpload>#{isFalse(env['CI'])}</backgroundBuildScanUpload>
35
- <publishing><onlyIf>true</onlyIf></publishing>
36
- <publishIfAuthenticated>true</publishIfAuthenticated>
+ <publishing>
+ <onlyIf>
+ <![CDATA[authenticated]]>
+ </onlyIf>
+ </publishing>
37
<obfuscation>
38
<ipAddresses>#{{'0.0.0.0'}}</ipAddresses>
39
</obfuscation>
0 commit comments