File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/fetch-build-scan-data-cmdline-tool/src/main/openapi Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1487,7 +1487,6 @@ components:
1487
1487
description : Information about the local build cache used in the build.
1488
1488
required :
1489
1489
- isEnabled
1490
- - isDisabledDueToError
1491
1490
properties :
1492
1491
isEnabled :
1493
1492
type : boolean
@@ -1503,6 +1502,7 @@ components:
1503
1502
description : >-
1504
1503
Whether the local cache was disabled due to an error occuring in
1505
1504
loading or storing local build cache entries.
1505
+ x-nullable : true
1506
1506
directory :
1507
1507
type : string
1508
1508
description : >-
@@ -1515,7 +1515,6 @@ components:
1515
1515
description : Information about the remote build cache used in the build.
1516
1516
required :
1517
1517
- isEnabled
1518
- - isDisabledDueToError
1519
1518
properties :
1520
1519
isEnabled :
1521
1520
type : boolean
@@ -1531,6 +1530,7 @@ components:
1531
1530
description : >-
1532
1531
Wether the remote build cache was disabled during the build due to
1533
1532
an error occuring in loading or storing remote build cache entries.
1533
+ x-nullable : true
1534
1534
url :
1535
1535
type : string
1536
1536
description : >-
@@ -1797,7 +1797,6 @@ components:
1797
1797
x-nullable : true
1798
1798
required :
1799
1799
- isEnabled
1800
- - isDisabledDueToError
1801
1800
properties :
1802
1801
isEnabled :
1803
1802
type : boolean
@@ -1813,6 +1812,7 @@ components:
1813
1812
description : >-
1814
1813
Whether the local cache was disabled due to an error occuring in
1815
1814
loading or storing local build cache entries.
1815
+ x-nullable : true
1816
1816
directory :
1817
1817
type : string
1818
1818
description : >-
@@ -1829,7 +1829,6 @@ components:
1829
1829
x-nullable : true
1830
1830
required :
1831
1831
- isEnabled
1832
- - isDisabledDueToError
1833
1832
properties :
1834
1833
isEnabled :
1835
1834
type : boolean
@@ -1845,6 +1844,7 @@ components:
1845
1844
description : >-
1846
1845
Whether the remote build cache was disabled during the build due to
1847
1846
an error occuring in loading or storing remote build cache entries.
1847
+ x-nullable : true
1848
1848
url :
1849
1849
type : string
1850
1850
description : >-
You can’t perform that action at this time.
0 commit comments