Commit 0eed111
Tobias Grothe
Update at 2026-02-02-07-24 (#70)
This pull request updates the GitHub Actions workflows for building the
project with Gradle. The main improvement is ensuring that the `gradlew`
script has executable permissions before running it, which increases
reliability in CI environments.
**Workflow reliability improvements:**
* Added a `chmod +x ./gradlew` step before executing Gradle commands in
`.github/workflows/gradle.yml` to ensure the wrapper script is
executable.
* Added a `chmod +x ./gradlew` step before executing Gradle commands in
`.github/workflows/jars.yml` to prevent permission issues during the
build process.1 parent 803d8c6 commit 0eed111
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments