Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Gradle project isolation issue when reading a property (#3078)
Project.getProperties is not Gradle project isolation safe as it attempts to also include properties from parent projects. Instead use providers.gradleProperty that only checks gradle properties in a given project. Project isolation feature description https://docs.gradle.org/current/userguide/isolated_projects.html
- Loading branch information