Avoid merging old mappings on full recompilation This fixes https://github.com/gradle/gradle/issues/9936 Previously even on full recompilation, we merge the old Groovy source-class mappings into the incremental mappings. This PR avoid doing this on full recompilation.