mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
This commit makes sure that the diff instance is created immediately, taking a snapshot of the ProjectDescription before the customizers are applied on it. Previously, the instance was created as part of the supplier and therefore created only once a component was requiring it. See gh-1023