F-018: unify Gradle wrappers to 8.7#180
Merged
Merged
Conversation
Ship the Gradle upgrade that was planned Jul 12 but never executed. - All wrapper trees → 8.7 (was 8.3/8.4 split) - application: kotlin-stdlib family forces for embedded Kotlin 1.9.22; KSP 1.9.22-1.0.16; Compose compiler default 1.5.10 - Docs/TICKETS/PROGRESS updated; F-018 remains in_progress (JDK 21 + AGP next)
2 tasks
stepango
added a commit
that referenced
this pull request
Jul 19, 2026
Gradle 8.7 already on v2 (#180). Point env-mac.sh at openjdk@21, CI Temurin 21 all jobs, and toolchain docs. App bytecode / jvmTarget unchanged. Co-authored-by: Claw <claw@Claws-MacBook-Pro.local>
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
kotlin-stdlib{,-jdk7,-jdk8,-common}+kotlin-reflectunderfailOnVersionConflictWhy this was late
Jul 12 produced a plan + priority buttons instead of implementing; F-018 was not on
TICKETS.mduntil today, so workers shipped other tickets. This PR is the actual upgrade.Verify (host)
plugins/ ./gradlew --version→ 8.7plugins/ ./gradlew build→ BUILD SUCCESSFULapplication/ ./gradlew build→ BUILD SUCCESSFUL (2203 tasks)Still open on F-018