Skip to content

Commit 67c15a4

Browse files
committed
fix(ci): include gradle-wrapper.jar for CI builds
Add exception in .gitignore to allow gradle-wrapper.jar which is required for the Groovy compilation step in GitHub Actions. The Gradle Wrapper JAR must be committed to ensure reproducible builds across all environments.
1 parent 5152c61 commit 67c15a4

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ __pycache__/
88
dist/
99
build/
1010
*.jar
11+
!**/gradle-wrapper.jar
1112
*.war
1213
target/
1314
.gradle/
45.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)