Commit 1a3ae94
authored
Fix examples for servers with varied build tools (#433)
If the Develocity server from which builds are being fetched contains
build scans of build tools other than Gradle, such as Maven, the
`gradleAttributes` model will be null. While the examples could check it
for null, filtering these out from the query is more efficient.1 parent cc4638e commit 1a3ae94
File tree
3 files changed
+3
-3
lines changed- examples
- example-notebooks
- example-project/src/main/kotlin/com/gabrielfeo/develocity/api/example/analysis
- example-scripts
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments