Commit 817047e
fix: drop regeneration step - JAR validation is sufficient
The regeneration step runs './gradlew wrapper --no-daemon' which requires
the full project configuration. The IntelliJ Platform Plugin 2.16.0 used
in build.gradle.kts requires Gradle >= 9.0.0, but the wrapper on main is
8.10.2, so the step always fails before the project can be upgraded.
The gradle/actions/wrapper-validation step already validates the JAR
checksum against the official Gradle distribution checksums, which is the
security-critical check. The gradlew/gradlew.bat scripts are plain text,
visible in PR diffs, and carry no security risk from being 'out of sync'.
Keeping the workflow minimal: harden runner + checkout + JAR validation.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7a03dc3 commit 817047e
1 file changed
Lines changed: 1 addition & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
0 commit comments