Skip to content

Commit 3e6784a

Browse files
authored
Merge pull request #523 from gradle/erichaagdev/support-2023.3.2-api
Support Develocity API 2023.3.2+ for building experiment summary
2 parents c7a35ff + cf3ec43 commit 3e6784a

File tree

1 file changed

+4
-4
lines changed
  • components/fetch-build-scan-data-cmdline-tool/src/main/openapi

1 file changed

+4
-4
lines changed

components/fetch-build-scan-data-cmdline-tool/src/main/openapi/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,6 @@ components:
14871487
description: Information about the local build cache used in the build.
14881488
required:
14891489
- isEnabled
1490-
- isDisabledDueToError
14911490
properties:
14921491
isEnabled:
14931492
type: boolean
@@ -1503,6 +1502,7 @@ components:
15031502
description: >-
15041503
Whether the local cache was disabled due to an error occuring in
15051504
loading or storing local build cache entries.
1505+
x-nullable: true
15061506
directory:
15071507
type: string
15081508
description: >-
@@ -1515,7 +1515,6 @@ components:
15151515
description: Information about the remote build cache used in the build.
15161516
required:
15171517
- isEnabled
1518-
- isDisabledDueToError
15191518
properties:
15201519
isEnabled:
15211520
type: boolean
@@ -1531,6 +1530,7 @@ components:
15311530
description: >-
15321531
Wether the remote build cache was disabled during the build due to
15331532
an error occuring in loading or storing remote build cache entries.
1533+
x-nullable: true
15341534
url:
15351535
type: string
15361536
description: >-
@@ -1797,7 +1797,6 @@ components:
17971797
x-nullable: true
17981798
required:
17991799
- isEnabled
1800-
- isDisabledDueToError
18011800
properties:
18021801
isEnabled:
18031802
type: boolean
@@ -1813,6 +1812,7 @@ components:
18131812
description: >-
18141813
Whether the local cache was disabled due to an error occuring in
18151814
loading or storing local build cache entries.
1815+
x-nullable: true
18161816
directory:
18171817
type: string
18181818
description: >-
@@ -1829,7 +1829,6 @@ components:
18291829
x-nullable: true
18301830
required:
18311831
- isEnabled
1832-
- isDisabledDueToError
18331832
properties:
18341833
isEnabled:
18351834
type: boolean
@@ -1845,6 +1844,7 @@ components:
18451844
description: >-
18461845
Whether the remote build cache was disabled during the build due to
18471846
an error occuring in loading or storing remote build cache entries.
1847+
x-nullable: true
18481848
url:
18491849
type: string
18501850
description: >-

0 commit comments

Comments
 (0)