Switch `@DisableCachingByDefault` to `@CacheableTask` on both Gradle task classes (`GraphQLCodegenGradleTask`, `GraphQLCodegenValidateGradleTask`). Blocked by: - #44 — `addGeneratedAnnotationDate` default must be `false` first (otherwise outputs remain non-reproducible) - #42 — HashMap iteration ordering must be deterministic (otherwise cache misses produce different outputs)
Switch
@DisableCachingByDefaultto@CacheableTaskon both Gradle task classes (GraphQLCodegenGradleTask,GraphQLCodegenValidateGradleTask).Blocked by:
addGeneratedAnnotationDatedefault must befalsefirst (otherwise outputs remain non-reproducible)