fix: downgrade Gradle 9.3.1 → 8.11.1 to fix CI#697
Merged
ThomasGorisse merged 1 commit intomainfrom Mar 23, 2026
Merged
Conversation
AGP 8.11.1 does not support Gradle 9.x. The Gradle wrapper was at 9.3.1 (designed for AGP 9.1.0), causing all CI builds to fail at configuration time. This is the root cause of Issue #695 (5 failures in 7 runs). Downgrading to Gradle 8.11.1 restores compatibility with the current AGP 8.11.1 + Kotlin 2.1.21 toolchain. Closes #695
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the root cause of CI failures reported in #695 (5 failures in last 7 runs).
Root cause: The Gradle wrapper was set to 9.3.1 (designed for AGP 9.1.0), but the project uses AGP 8.11.1, which only supports Gradle 8.x. This version incompatibility caused all CI builds to fail at Gradle configuration time.
The rapid rollback PRs (#688-#694) changed Filament, Kotlin, and AGP versions trying to fix CI, but none addressed the actual Gradle wrapper mismatch.
Change
gradle-wrapper.properties:gradle-9.3.1-bin.zip→gradle-8.11.1-bin.zipWhy this fix
The project's toolchain (AGP 8.11.1 + Kotlin 2.1.21 + Filament 1.70.0) was last green with Gradle 8.x. Downgrading the wrapper restores that working state.
Test plan
Closes #695
https://claude.ai/code/session_014jcBk8cGQ4wRF2Ai9kFPZw