Skip to content

fix(build): remove duplicate GradleVersion import#457

Open
CryptoJones wants to merge 1 commit into
masterfrom
fix/453-dup-gradleversion-import
Open

fix(build): remove duplicate GradleVersion import#457
CryptoJones wants to merge 1 commit into
masterfrom
fix/453-dup-gradleversion-import

Conversation

@CryptoJones

Copy link
Copy Markdown
Owner

Closes #453.

build.gradle imported org.gradle.util.GradleVersion twice — once at the top of the script (still present) and again immediately before checkGradleVersion(). The second import was redundant; removed it.

No behavior change. The remaining top-of-script import covers all uses (GradleVersion.current() and the checkGradleVersion() body).

🤖 Generated with Claude Code

The import org.gradle.util.GradleVersion declared at the top of the
script already covers checkGradleVersion(); the second import just
before the function definition was redundant.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-actions github-actions Bot added the lane:framework Default lane: anything else. label Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lane:framework Default lane: anything else.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build.gradle imports org.gradle.util.GradleVersion twice

1 participant