File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ jobs:
156156 run : |
157157 dev-support/checks/${{ inputs.script }}.sh ${{ inputs.script-args }}
158158 env :
159+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
159160 WITH_COVERAGE : ${{ inputs.with-coverage }}
160161
161162 - name : Summary of failures
Original file line number Diff line number Diff line change 2222<develocity
2323 xmlns =" https://www.gradle.com/develocity-maven" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2424 xsi : schemaLocation =" https://www.gradle.com/develocity-maven https://www.gradle.com/schema/develocity-maven.xsd" >
25+ <projectId >ratis</projectId >
26+ <server >
27+ <url >https://develocity.apache.org</url >
28+ <allowUntrusted >false</allowUntrusted >
29+ </server >
2530 <buildScan >
2631 <capture >
27- <fileFingerprints >false </fileFingerprints >
28- <buildLogging >false </buildLogging >
29- <testLogging >false </testLogging >
32+ <fileFingerprints >true </fileFingerprints >
33+ <buildLogging >true </buildLogging >
34+ <testLogging >true </testLogging >
3035 <resourceUsage >false</resourceUsage >
3136 </capture >
37+ <backgroundBuildScanUpload >#{isFalse(env['GITHUB_ACTIONS'])}</backgroundBuildScanUpload >
3238 <publishing >
33- <onlyIf >false </onlyIf >
39+ <onlyIf ><![CDATA[ authenticated ]]> </onlyIf >
3440 </publishing >
41+ <obfuscation >
42+ <ipAddresses >#{{'0.0.0.0'}}</ipAddresses >
43+ </obfuscation >
3544 </buildScan >
3645 <buildCache >
3746 <local >
Original file line number Diff line number Diff line change 2424 <extension >
2525 <groupId >com.gradle</groupId >
2626 <artifactId >develocity-maven-extension</artifactId >
27- <version >1.23 </version >
27+ <version >1.22.2 </version >
2828 </extension >
2929 <extension >
3030 <groupId >com.gradle</groupId >
You can’t perform that action at this time.
0 commit comments