File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
</obfuscation >
11
11
<publishing >
12
12
<onlyIf >
13
- <![CDATA[ authenticated ]]>
13
+ <![CDATA[ env['CI'] != null ]]>
14
14
</onlyIf >
15
15
</publishing >
16
- <backgroundBuildScanUpload >#{isFalse(env['GITHUB_ACTIONS'])} </backgroundBuildScanUpload >
16
+ <backgroundBuildScanUpload >false </backgroundBuildScanUpload >
17
17
</buildScan >
18
18
<buildCache >
19
19
<local >
20
- <enabled >#{isFalse(env['GITHUB_ACTIONS'])} </enabled >
20
+ <enabled >false </enabled >
21
21
</local >
22
22
<remote >
23
23
<enabled >false</enabled >
Original file line number Diff line number Diff line change 320
320
<project .build.outputTimestamp>2024-03-06T09:31:11Z</project .build.outputTimestamp>
321
321
322
322
<!-- Enables Predictive Test Selection for the project -->
323
- <predictive .test.selection.enabled>true </predictive .test.selection.enabled>
323
+ <predictive .test.selection.enabled>false </predictive .test.selection.enabled>
324
324
325
325
<!-- ========================
326
326
Site-specific properties
601
601
<configuration >
602
602
<forkCount >1C</forkCount >
603
603
<reuseForks >false</reuseForks >
604
- <runOrder >alphabetical </runOrder >
604
+ <runOrder >random </runOrder >
605
605
<systemPropertyVariables >
606
606
<java .awt.headless>true</java .awt.headless>
607
607
</systemPropertyVariables >
You can’t perform that action at this time.
0 commit comments