Commit f3aa366
committed
Optimize CI: remove redundant Gradle tasks and fix Windows fail-fast
- Remove redundant './gradlew assemble' on Linux and macOS. The 'build'
task already includes 'assemble' as a dependency, so running it
separately just duplicates work.
- Remove './gradlew publishToMavenLocal' on all three OSes. No
downstream job consumes the published artifacts.
- Add 'fail-fast: false' to Windows matrix for consistency with Linux
and macOS, preventing one Java version failure from cancelling the
other.
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>1 parent 7ad2810 commit f3aa366
1 file changed
+3
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
86 | | - | |
| 84 | + | |
87 | 85 | | |
88 | 86 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 87 | + | |
92 | 88 | | |
93 | 89 | | |
94 | 90 | | |
| |||
113 | 109 | | |
114 | 110 | | |
115 | 111 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 112 | | |
120 | 113 | | |
121 | 114 | | |
| |||
168 | 161 | | |
169 | 162 | | |
170 | 163 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | 164 | | |
175 | 165 | | |
176 | 166 | | |
0 commit comments