FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Do not eagerly realize configurations by liutikas · Pull Request #307 · google/play-services-plugins · GitHub

Do not eagerly realize configurations - #307

Merged
rlazo merged 2 commits into
google:mainfrom
liutikas:configurationlazy
May 29, 2025
Merged

Do not eagerly realize configurations#307
rlazo merged 2 commits into
google:mainfrom
liutikas:configurationlazy

Conversation

Copy link
Copy Markdown
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 commented May 29, 2025

Copy link
Copy Markdown
Collaborator

hold on #308 first

rlazo merged commit e0d5902 into google:main May 29, 2025
liutikas deleted the configurationlazy branch May 30, 2025 13:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL