Commit be5002d
committed
Fix CI workflow: Use gradle command for wrapper update
- Use 'gradle' command (from gradle-build-action) instead of './gradlew' for wrapper update
- Move wrapper update before cache step to ensure correct Gradle version is used
- This fixes the issue where ./gradlew wrapper fails because it uses the old wrapper version1 parent abae0ed commit be5002d
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments