Skip to content

ci: use Gradle wrapper for release builds - #1302

Merged
Ashinch merged 2 commits into
ReadYouApp:mainfrom
sgallese:fix/use-gradle-wrapper-in-build-ci
Aug 11, 2026
Merged

ci: use Gradle wrapper for release builds#1302
Ashinch merged 2 commits into
ReadYouApp:mainfrom
sgallese:fix/use-gradle-wrapper-in-build-ci

Conversation

@sgallese

@sgallese sgallese commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Use the repository Gradle wrapper in release build workflows.
  • Avoid failures when GitHub runners provide an incompatible ambient Gradle version.

Test plan

  • Reproduced the current build failure locally with Gradle 9.6.1: gradle assembleGithubRelease fails during Android plugin configuration.
  • Verified the fix locally: ./gradlew assembleGithubRelease completes successfully with Gradle 8.13.

@Ashinch
Ashinch merged commit d2b979c into ReadYouApp:main Aug 11, 2026
2 checks passed
@Ashinch

Ashinch commented Aug 11, 2026

Copy link
Copy Markdown
Member

Thanks for the fix! This was breaking every pull request build. Appreciate the help.

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.

2 participants