Skip to content

Commit abadc34

Browse files
fix: add missing gradle-wrapper.jar files and update gitignore pattern
- Fix gitignore pattern to properly exclude gradle-wrapper.jar files using **/gradle/wrapper/gradle-wrapper.jar instead of gradle/wrapper/gradle-wrapper.jar - Add missing gradle-wrapper.jar for tools example to enable running tests - Add gradle-wrapper.jar files for all examples and library modules This allows all example projects to run their tests independently without requiring parent gradle installation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 5f093ae commit abadc34

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

kotlin-sdk/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ temp/
9393

9494
# Package files
9595
*.jar
96-
!gradle/wrapper/gradle-wrapper.jar
96+
!**/gradle/wrapper/gradle-wrapper.jar
9797
*.war
9898
*.ear
9999
*.zip
44.4 KB
Binary file not shown.
44.4 KB
Binary file not shown.
44.4 KB
Binary file not shown.
57.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)