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.
· 实时索引
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
想先保存到本地?可下载 RuleHub 当前索引到的 GitHub 仓库压缩包。
下载 Zip| name | build-tools-bump-gradle-in-tests |
| description | Bump the maximum supported Gradle version in the `kotlin-gradle-plugin-integration-tests` project. Use this whenever the... |
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.
When to use
Use this skill when the user needs help with tasks related to build tools bump gradle in tests.
Guidelines
- Follow repository conventions in
JetBrains/kotlin - Prefer minimal, focused changes
- Validate outputs before finishing