Commit 95b685e
authored
build: commit a Gradle wrapper for the JetBrains plugin (#61)
* build: commit a Gradle wrapper for the JetBrains plugin
Gradle is not installed on the dev machine and never has been on PATH, but
`editors/jetbrains/` had no wrapper, so every release that needed
`gradle publishPlugin` had to re-acquire Gradle first. That cost time on 0.4.0
and again on 0.5.0, each time looking like the publish was blocked when it was
only the launcher that was missing.
The wrapper pins 8.12, the version the project has always built with, and
fetches it on first use. RELEASING.md and the plugin README now say
`./gradlew`, and RELEASING says why a bare `gradle` is the wrong reach.
Also records in the ledger that the JetBrains upload waits on moderation, so
the plugins API reporting the previous version is not a failed publish.
* build: pin the wrapper scripts' line endings
A committed `gradlew` with CRLF fails on Linux and macOS with a bad-interpreter
error, and the `.bat` wants the reverse. Both are correct in the index today;
these rules keep them that way regardless of a contributor's core.autocrlf, and
mark the wrapper jar binary so it is never line-ending converted.1 parent 4165ca5 commit 95b685e
8 files changed
Lines changed: 378 additions & 11 deletions
File tree
- editors/jetbrains
- gradle/wrapper
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
Binary file not shown.
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments