Skip to content

Restore setting duplication strategy for :tool-base:sourcesJar task #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 26, 2025

Conversation

alexander-yevsyukov
Copy link
Contributor

This PR restores setting the duplication strategy for the sourcesJar task the absence of which failed the publication of the previous PR.

The absence of the duplication strategy does not reveal itself on the local publishing. The way it was set before failed the build because the sourcesJar task was not available on afterEvaluate.

Now the setting of the duplication strategy is done via configureEach, which is a safe approach, which is not affected by the presence of the task.

@alexander-yevsyukov alexander-yevsyukov marked this pull request as ready for review April 25, 2025 19:58
@alexander-yevsyukov alexander-yevsyukov self-assigned this Apr 25, 2025
@alexander-yevsyukov alexander-yevsyukov merged commit 1788e47 into master Apr 26, 2025
6 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the fix-dup-strategy branch April 26, 2025 11:41
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.

None yet

2 participants