Skip to content

Conversation

@liutikas
Copy link
Collaborator

Starting Gradle 8.14 configurations are no longer eagerly realized https://docs.gradle.org/8.14/release-notes.html?#configurations-are-initialized-lazily

Call to project.configurations.filter forces all of the configurations to be created.

Additionally, this change stops using deprecated Project.buildDir and moves to using Project.layout.buildDirectory that is actually lazy.

Starting Gradle 8.14 configurations are no longer eagerly realized
https://docs.gradle.org/8.14/release-notes.html?#configurations-are-initialized-lazily

Call to project.configurations.filter forces all of the configurations
to be created.

Additionally, this change stops using deprecated Project.buildDir and
moves to using Project.layout.buildDirectory that is actually lazy.
@rlazo
Copy link
Collaborator

rlazo commented May 29, 2025

hold on #308 first

@rlazo rlazo merged commit e0d5902 into google:main May 29, 2025
4 checks passed
@liutikas liutikas deleted the configurationlazy branch May 30, 2025 13:08
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