Skip to content

Document per-version properties and deprecate gradleVersions#53

Merged
ogolberg merged 1 commit intomainfrom
docs/deprecate-gradle-versions
May 8, 2026
Merged

Document per-version properties and deprecate gradleVersions#53
ogolberg merged 1 commit intomainfrom
docs/deprecate-gradle-versions

Conversation

@ogolberg
Copy link
Copy Markdown
Member

@ogolberg ogolberg commented May 8, 2026

Summary

  • Documents the @GradleVersion / @Property parameterization introduced in Attach per-version properties to parameterized Gradle versions #51, including the project.property(key) accessor and the per-version display-name format.
  • Deprecates @TestKit.gradleVersions and @ParameterizedWithGradleVersions.value in favor of the versions array (ReplaceWith("versions")), and notes the resolution priority in the README.

Test plan

  • ./gradlew :junit5:compileKotlin succeeds with no new warnings
  • Full CI green (existing TestKitIntegrationTest still exercises the legacy gradleVersions = [...] form)

🤖 Generated with Claude Code

Update the README to describe the @GradleVersion / @Property-based
parameterization introduced in #51, and deprecate the legacy
String-array forms (@TestKit.gradleVersions and
@ParameterizedWithGradleVersions.value) in favor of the versions array.

Generated with Claude Code
@ogolberg ogolberg merged commit 2224b8d into main May 8, 2026
1 check passed
@ogolberg ogolberg deleted the docs/deprecate-gradle-versions branch May 8, 2026 17:25
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.

1 participant