Commit 142c558
committed
fix: Add Gradle wrapper JAR for CI/CD compatibility
- Remove gradle-wrapper.jar from .gitignore
- Add gradle-wrapper.jar to repository (required for GitHub Actions)
- Update Gradle wrapper to version 8.9
- Fix CI/CD build error: 'Unable to access jarfile gradle-wrapper.jar'
This file is essential for CI/CD systems like GitHub Actions to build
the project without requiring Gradle to be pre-installed.1 parent 8cb2190 commit 142c558
5 files changed
Lines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 43 | | |
47 | 44 | | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments