Skip to content

Remove deprecated usages of buildSrc#144

Merged
laurit merged 3 commits into
open-telemetry:mainfrom
trask:remove-deprecated-usages-of-build-src
Oct 22, 2025
Merged

Remove deprecated usages of buildSrc#144
laurit merged 3 commits into
open-telemetry:mainfrom
trask:remove-deprecated-usages-of-build-src

Conversation

@trask

@trask trask commented Oct 22, 2025

Copy link
Copy Markdown
Member

No description provided.

@trask trask requested review from a team as code owners October 22, 2025 03:24
Comment thread build.gradle.kts
}

val downloadProtoArchive by registering(Download::class) {
onlyIf { !protoArchive.exists() }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume that you removed this because gradle is smart enough to figure out that it doesn't need to download it again when the destination file already exists

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the overwrite(false) below takes care of that.

I checked we have same pattern in two other repos.

@laurit laurit merged commit ad17349 into open-telemetry:main Oct 22, 2025
6 checks passed
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.

2 participants