Skip to content
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

fix: apply configuration for source sets and targets that are added after the plugin is applied #732

Merged
merged 1 commit into from
Dec 8, 2023
Merged

fix: apply configuration for source sets and targets that are added after the plugin is applied #732

merged 1 commit into from
Dec 8, 2023

Conversation

odzhychko
Copy link
Contributor

Use DomainObjectCollection.all instead of Iterable<T>.forEach. all executes the given function also against any objects subsequently added objects

The problem was introduced here
a547de5?diff=unified&w=0#diff-51eee411b698815c113da41ed3e9f5c31ebc7cb926df3580835df154cdd721e0L45

…fter the plugin is applied

Use `DomainObjectCollection.all` instead of `Iterable<T>.forEach`.
`all` executes the given function also against any objects subsequently added objects
@wakingrufus
Copy link
Collaborator

LGTM! Thanks for the fix!

@wakingrufus wakingrufus merged commit 4474650 into JLLeitschuh:main Dec 8, 2023
14 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