Skip to content

Fix CI: use gradle directly instead of missing gradlew wrapper#8

Closed
Skobeltsyn wants to merge 3 commits intomainfrom
Skobeltsyn-patch-1
Closed

Fix CI: use gradle directly instead of missing gradlew wrapper#8
Skobeltsyn wants to merge 3 commits intomainfrom
Skobeltsyn-patch-1

Conversation

@Skobeltsyn
Copy link
Copy Markdown
Contributor

The CI build was failing with exit code 127 because ./gradlew does not exist in this repository (no Gradle wrapper committed).

Fix: Added gradle-version: '8.13' to the setup-gradle step so it installs Gradle directly, then changed the Build and Test run commands from ./gradlew to gradle.

This way CI no longer depends on the Gradle wrapper being present in the repo.

@Skobeltsyn Skobeltsyn closed this Mar 24, 2026
@Skobeltsyn Skobeltsyn deleted the Skobeltsyn-patch-1 branch March 25, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant