`generate` Gradle task not idempotent
severn-everett opened this issue · 2 comments
severn-everett commented
Reproduction Steps:
- Run the Gradle task
generate
- Re-run the Gradle task
generate
Expected Behavior:
generate
task produces the same HTML classes.
Actual Behavior:
Additional content gets produced for gen-tag-groups.kt
and gen-tag-unions.kt
severn-everett commented
I've got a PR ready for this; could it be looked at?
e5l commented
Hey @severn-everett, thanks for the PR, let me check