#47 Replaces generator
input strategy to @Nested
to pick configuration changes on each generator instance (like changing topLevelConstants
from false
to true
)
Before this change, configuration changes using the same generator will incorrectly be computed as a cache hit giving UP-TO-DATE
and FROM-CACHE
task outputs when constant classes should be regenerated.