| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
| Back | FazBrowse Home | New Git URL |
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.