Build Tools Bump Gradle In Tests

Bump the maximum supported Gradle version in the `kotlin-gradle-plugin-integration-tests` project. Use this whenever the user asks to bump Gradle in integration tests, add a new Gradle X.Y.Z to the test matrix, update `MAX_SUPPORTED` Gradle, "run tests against the new Gradle release", or anything else that sounds like extending the integration test matrix to a newer Gradle. The procedure spans four touch points across three files that must stay in lock-step (`TestVersions.kt`, `build.gradle.kts`, `GradleCompatibilityIT.kt`); reach for this skill even when the user mentions only one of those files, because editing by hand routinely desyncs them.

zacsweers Updated

File contents

zacsweers/kotlin/tree/main/.claude/skills/build-tools-bump-gradle-in-tests commit 5e550996ec

Frequently asked questions

npx skillmds@latest add zacsweers/build-tools-bump-gradle-in-tests