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 fromFiles argument not lazy #1797

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

Thomas-Vos
Copy link
Contributor

Use case is the following:

application {
    fromFiles(fileTree(tmpLibsDir))
}

Before this PR the file tree would be evaluated immediately which could cause it to miss files that are added by a task when building. This PR makes sure that the files passed are evaluated lazily.

@AlexeyTsvetkov AlexeyTsvetkov merged commit e818953 into JetBrains:master Feb 8, 2022
AlexeyTsvetkov pushed a commit that referenced this pull request Feb 10, 2022
mareklangiewicz pushed a commit to mareklangiewicz/compose-jb that referenced this pull request Feb 14, 2022
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