Commit c484b2d
committed
Fix Gradle task to properly detect Smithy model changes
The generateSmithyBuild task was not correctly declaring Smithy model files
as inputs, causing it to not regenerate when models changed. This fixes
the path resolution and adds an existence check for the input files.1 parent 4ac79e6 commit c484b2d
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
241 | 246 | | |
242 | 247 | | |
243 | 248 | | |
| |||
0 commit comments