Skip to content

Remove unnecessary Gradle wrapper from buildSrc #18692

@rwinch

Description

@rwinch

buildSrc does not need its own Gradle wrapper and should use the parent project's wrapper. Having a separate wrapper causes Dependabot to detect and attempt to update it independently, creating confusion and unnecessary PRs.

The buildSrc directory currently has Gradle 7.5.1 wrapper files that should be removed:

  • buildSrc/gradle/wrapper/gradle-wrapper.properties
  • buildSrc/gradle/wrapper/gradle-wrapper.jar
  • buildSrc/gradlew
  • buildSrc/gradlew.bat

After removal, buildSrc will automatically use the parent project's Gradle 8.14 wrapper.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions