Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use afterEvaluate instead of gradle.projectsEvaluated
I ran into microsoft#1981 and upon digging in I noticed that that generateBundledResourcesHash task does not run when org.gradle.configureondemand is set to true. This diff uses afterEvaluate instead of gradle.projectsEvaluated to ensure that the generateBundledResourcesHash is run.
- Loading branch information